FSharp.Compiler.Service.ProjectCracker 31.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Compiler.Service.ProjectCracker --version 31.0.0
                    
NuGet\Install-Package FSharp.Compiler.Service.ProjectCracker -Version 31.0.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.Compiler.Service.ProjectCracker" Version="31.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Compiler.Service.ProjectCracker" Version="31.0.0" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.Compiler.Service.ProjectCracker" />
                    
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.Compiler.Service.ProjectCracker --version 31.0.0
                    
#r "nuget: FSharp.Compiler.Service.ProjectCracker, 31.0.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.Compiler.Service.ProjectCracker@31.0.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.Compiler.Service.ProjectCracker&version=31.0.0
                    
Install as a Cake Addin
#tool nuget:?package=FSharp.Compiler.Service.ProjectCracker&version=31.0.0
                    
Install as a Cake Tool
31.0.0
  • Integrate dotnet/fsharp from 5a8f454a1 to 05c558a61
  • Notable changes include:
    • Removal of the Microsoft.FSharp.Compiler.SourceCodeServices namespace
    • A new API for determining if an identifier needs to be quoted is available: FSharp.Compiler.LexHelp.Keywords.DoesIdentifierNeedQuotation
    • Enhancements to the correctness of PDBs
    • Better string formatting of records and values
    • More stack overflow fixes in the compiler
    • Inline IL parsing error handling
    • LeafExpressionConverter handles struct tuples
    • FSharpChecker now can parse a file without caching: ParseFileNoCache
Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
33.0.1 1,669 12/9/2019
33.0.0 1,329 11/9/2019
32.0.0 1,362 10/1/2019
31.0.0 1,382 8/11/2019
30.0.0 1,449 6/29/2019
29.0.1 1,414 6/10/2019
28.0.0 2,215 3/29/2019
27.1.1-beta001 1,256 3/29/2019
27.0.1 1,813 2/26/2019
26.0.1 1,597 2/1/2019
25.0.1 3,070 9/5/2018
23.0.3 2,362 5/31/2018
23.0.1 2,130 5/31/2018
22.0.3 1,960 3/28/2018
22.0.2 2,566 3/28/2018
22.0.1 2,298 3/23/2018
21.0.1 2,296 3/2/2018
20.0.1 2,331 2/21/2018
17.0.1 3,393 11/7/2017
Loading failed

Integrate dotnet/fsharp from 5a8f454a1 to 05c558a61
Notable changes include:
Removal of the `Microsoft.FSharp.Compiler.SourceCodeServices` namespace
A new API for determining if an identifier needs to be quoted is available: `FSharp.Compiler.LexHelp.Keywords.DoesIdentifierNeedQuotation`
Enhancements to the correctness of PDBs
Better string formatting of records and values
More stack overflow fixes in the compiler
Inline IL parsing error handling
`LeafExpressionConverter` handles struct tuples
`FSharpChecker` now can parse a file without caching: `ParseFileNoCache`