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.
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.
// Install FSharp.Compiler.Service.ProjectCracker as a Cake Addin
#addin nuget:?package=FSharp.Compiler.Service.ProjectCracker&version=31.0.0

// Install FSharp.Compiler.Service.ProjectCracker as a Cake Tool
#tool nuget:?package=FSharp.Compiler.Service.ProjectCracker&version=31.0.0
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,244 12/9/2019
33.0.0 1,019 11/9/2019
32.0.0 1,025 10/1/2019
31.0.0 1,066 8/11/2019
30.0.0 1,090 6/29/2019
29.0.1 1,103 6/10/2019
28.0.0 1,890 3/29/2019
27.1.1-beta001 952 3/29/2019
27.0.1 1,461 2/26/2019
26.0.1 1,281 2/1/2019
25.0.1 2,685 9/5/2018
23.0.3 1,702 5/31/2018
23.0.1 1,514 5/31/2018
22.0.3 1,477 3/28/2018
22.0.2 1,895 3/28/2018
22.0.1 1,639 3/23/2018
21.0.1 1,624 3/2/2018
20.0.1 1,681 2/21/2018
17.0.1 2,856 11/7/2017
16.0.2 2,443 10/4/2017
16.0.1 1,428 10/3/2017
15.0.1 1,445 10/2/2017
14.0.2 3,636 8/24/2017
14.0.1 1,462 8/22/2017
13.0.0 3,608 6/28/2017
12.0.8 2,465 4/29/2017
12.0.7 1,530 4/29/2017
12.0.5 2,306 4/10/2017
12.0.3 1,642 4/3/2017
12.0.2 1,682 3/31/2017
12.0.1 1,626 3/29/2017
11.0.10 1,720 3/29/2017
11.0.9 2,752 3/28/2017
11.0.6 1,522 3/8/2017
11.0.4 2,155 2/23/2017
11.0.2 2,057 2/22/2017
11.0.1 1,496 2/21/2017
10.0.3 1,604 2/17/2017
10.0.1 3,134 2/10/2017
9.0.1 2,119 1/20/2017
9.0.0 1,431 1/19/2017
8.0.0 5,561 10/13/2016
6.0.2 3,138 8/12/2016
6.0.0 3,732 7/17/2016
3.0.0 3,490 4/8/2016
2.0.0.8 1,885 3/31/2016
2.0.0.7 1,536 3/30/2016
2.0.0.6 2,424 2/22/2016
2.0.0.5 1,574 2/11/2016
2.0.0.4 1,597 2/4/2016
2.0.0.3 1,837 1/25/2016
2.0.0.2 3,246 1/5/2016
2.0.0.1-beta 1,356 12/11/2015
2.0.0-beta 1,408 12/6/2015

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`