Info
Version: | 4.1.0 |
Author(s): | Tomas Petricek, Oleg Pestov, Anh-Dung Phan, Xiang Zhang, Matthias Dittrich |
Last Update: | Monday, June 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://fsprojects.github.io/FSharp.Formatting/ |
NuGet Url: | https://www.nuget.org/packages/FSharp.Formatting.Razor |
Install
Install-Package FSharp.Formatting.Razor
dotnet add package FSharp.Formatting.Razor
paket add FSharp.Formatting.Razor
FSharp.Formatting.Razor Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Literate(>= 4.1.0)
- FSharp.Core(>= 4.7.0)
- Microsoft.AspNetCore.Razor(>= 2.2.0 && < 3.0.0)
- Microsoft.AspNetCore.Razor.Language(>= 2.2.0 && < 3.0.0)
- Microsoft.AspNetCore.Razor.Runtime(>= 2.2.0 && < 3.0.0)
- Microsoft.CodeAnalysis.CSharp(>= 3.4.0 && < 4.0.0)
- RazorEngine.NetCore(>= 2.2.6 && < 3.0.0)
Tags
with F# (great for building documentation) and for generating library documentation
from inline code comments.
The key componments are Markdown parser, tools for formatting
F# code snippets, including tool tip type information and a tool for generating
documentation from library metadata.