FSharp.Compiler.Service.ProjectCracker
33.0.1
dotnet add package FSharp.Compiler.Service.ProjectCracker --version 33.0.1
NuGet\Install-Package FSharp.Compiler.Service.ProjectCracker -Version 33.0.1
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="33.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Compiler.Service.ProjectCracker" Version="33.0.1" />
<PackageReference Include="FSharp.Compiler.Service.ProjectCracker" />
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 33.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FSharp.Compiler.Service.ProjectCracker, 33.0.1"
#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.
#addin nuget:?package=FSharp.Compiler.Service.ProjectCracker&version=33.0.1
#tool nuget:?package=FSharp.Compiler.Service.ProjectCracker&version=33.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Legacy project file cracker for the F# compiler service.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.1
- FSharp.Compiler.Service (>= 33.0.1)
- 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,396 | 12/9/2019 |
33.0.0 | 1,139 | 11/9/2019 |
32.0.0 | 1,140 | 10/1/2019 |
31.0.0 | 1,194 | 8/11/2019 |
30.0.0 | 1,229 | 6/29/2019 |
29.0.1 | 1,199 | 6/10/2019 |
28.0.0 | 1,999 | 3/29/2019 |
27.1.1-beta001 | 1,048 | 3/29/2019 |
27.0.1 | 1,570 | 2/26/2019 |
26.0.1 | 1,390 | 2/1/2019 |
25.0.1 | 2,828 | 9/5/2018 |
23.0.3 | 1,903 | 5/31/2018 |
23.0.1 | 1,700 | 5/31/2018 |
22.0.3 | 1,642 | 3/28/2018 |
22.0.2 | 2,118 | 3/28/2018 |
22.0.1 | 1,843 | 3/23/2018 |
21.0.1 | 1,830 | 3/2/2018 |
20.0.1 | 1,888 | 2/21/2018 |
17.0.1 | 3,030 | 11/7/2017 |
16.0.2 | 2,619 | 10/4/2017 |
16.0.1 | 1,598 | 10/3/2017 |
15.0.1 | 1,612 | 10/2/2017 |
14.0.2 | 3,915 | 8/24/2017 |
14.0.1 | 1,617 | 8/22/2017 |
13.0.0 | 3,944 | 6/28/2017 |
12.0.8 | 2,682 | 4/29/2017 |
12.0.7 | 1,698 | 4/29/2017 |
12.0.5 | 2,528 | 4/10/2017 |
12.0.3 | 1,819 | 4/3/2017 |
12.0.2 | 1,968 | 3/31/2017 |
12.0.1 | 1,804 | 3/29/2017 |
11.0.10 | 1,912 | 3/29/2017 |
11.0.9 | 3,014 | 3/28/2017 |
11.0.6 | 1,692 | 3/8/2017 |
11.0.4 | 2,364 | 2/23/2017 |
11.0.2 | 2,252 | 2/22/2017 |
11.0.1 | 1,651 | 2/21/2017 |
10.0.3 | 1,768 | 2/17/2017 |
10.0.1 | 3,451 | 2/10/2017 |
9.0.1 | 2,336 | 1/20/2017 |
9.0.0 | 1,589 | 1/19/2017 |
8.0.0 | 5,963 | 10/13/2016 |
6.0.2 | 3,303 | 8/12/2016 |
6.0.0 | 4,046 | 7/17/2016 |
3.0.0 | 3,649 | 4/8/2016 |
2.0.0.8 | 2,044 | 3/31/2016 |
2.0.0.7 | 1,710 | 3/30/2016 |
2.0.0.6 | 2,599 | 2/22/2016 |
2.0.0.5 | 1,739 | 2/11/2016 |
2.0.0.4 | 1,766 | 2/4/2016 |
2.0.0.3 | 2,008 | 1/25/2016 |
2.0.0.2 | 3,550 | 1/5/2016 |
2.0.0.1-beta | 1,520 | 12/11/2015 |
2.0.0-beta | 1,572 | 12/6/2015 |
Integrate dotnet/fsharp from 4f5f08320 to 7b25d7f82. Notable changes include:
Addition of the FsharpUnionCase.HasFields property
FCS builds entirely on .Net Core now
Better debug information for ranges
Support for Literal values in signature files
Using memory-mapped files cross-platform to read IL.