FSharp.Formatting 2.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Formatting --version 2.9.0
                    
NuGet\Install-Package FSharp.Formatting -Version 2.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Formatting" Version="2.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Formatting" Version="2.9.0" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.Formatting" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FSharp.Formatting --version 2.9.0
                    
#r "nuget: FSharp.Formatting, 2.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FSharp.Formatting@2.9.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FSharp.Formatting&version=2.9.0
                    
Install as a Cake Addin
#tool nuget:?package=FSharp.Formatting&version=2.9.0
                    
Install as a Cake Tool

The package is a collection of libraries that can be used for literate programming 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.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on FSharp.Formatting:

Repository Stars
commandlineparser/commandline
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
dotnet/csharpstandard
Working space for ECMA-TC49-TG2, the C# standard committee.
exercism/v3
The work-in-progress project for developing v3 tracks
Version Downloads Last Updated
2.9.5 154 5/6/2015
2.9.4 789 4/30/2015
2.9.3 841 4/28/2015
2.9.2 479 4/24/2015
2.9.1 613 4/21/2015
2.9.0 944 4/20/2015
2.8.0 2,644 4/4/2015
2.7.5 3,512 3/7/2015
2.7.4 3,780 2/5/2015
2.7.2 73 2/5/2015
2.7.1 179 2/3/2015
2.7.0 80 2/3/2015
2.6.3 1,181 1/22/2015
2.6.2 482 1/18/2015
2.6.1 363 1/13/2015
2.6.0 766 1/6/2015
2.5.1 111 1/5/2015
2.5.0 617 1/3/2015
2.4.37 408 12/30/2014
Loading failed

- Properly encode '>' entities (#84)
- Generate line numbers for non-F# code (#227)
- Support headings on the same line as comment (#147)
- Fixes in HTML encoding of non-F# code snippets (#249, #213)
- Remove Razor mono workaround (#279)
- Add a public API to process a customized LiterateDocument (#282)
- Add an API to process a customized LiterateDocument (#289)
- Use template path if it is rooted (#281)
- Enable evaluation tests for literate scripts
- Create `fsi` object without `FSharp.Compiler.Interactive.Settings.dll`
- Fix #229 (Key already exists exception when parsing an assembly)
- Update to Visual Studio 2013 (only)
- Update LaTeX colors using CSS Light theme (#278)