FSharp.Compiler.Service.ProjectCracker
31.0.0
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
<PackageReference Include="FSharp.Compiler.Service.ProjectCracker" Version="31.0.0" />
<PackageVersion Include="FSharp.Compiler.Service.ProjectCracker" Version="31.0.0" />
<PackageReference Include="FSharp.Compiler.Service.ProjectCracker" />
paket add FSharp.Compiler.Service.ProjectCracker --version 31.0.0
#r "nuget: FSharp.Compiler.Service.ProjectCracker, 31.0.0"
#:package FSharp.Compiler.Service.ProjectCracker@31.0.0
#addin nuget:?package=FSharp.Compiler.Service.ProjectCracker&version=31.0.0
#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.SourceCodeServicesnamespace - 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
LeafExpressionConverterhandles struct tuplesFSharpCheckernow can parse a file without caching:ParseFileNoCache
- Removal of the
| Product | Versions 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. |
-
.NETFramework 4.6.1
- FSharp.Compiler.Service (>= 31.0.0)
- FSharp.Core (>= 4.6.2)
- System.ValueTuple (>= 4.4.0)
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 |
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`