FSharp.Compiler.Service.ProjectCracker 2.0.0-beta

This is a prerelease version of FSharp.Compiler.Service.ProjectCracker.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Compiler.Service.ProjectCracker --version 2.0.0-beta
NuGet\Install-Package FSharp.Compiler.Service.ProjectCracker -Version 2.0.0-beta
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="2.0.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Compiler.Service.ProjectCracker --version 2.0.0-beta
#r "nuget: FSharp.Compiler.Service.ProjectCracker, 2.0.0-beta"
#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=2.0.0-beta&prerelease

// Install FSharp.Compiler.Service.ProjectCracker as a Cake Tool
#tool nuget:?package=FSharp.Compiler.Service.ProjectCracker&version=2.0.0-beta&prerelease

Adds F# project cracking capabilities.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

This package has no dependencies.

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,258 12/9/2019
33.0.0 1,032 11/9/2019
32.0.0 1,042 10/1/2019
31.0.0 1,076 8/11/2019
30.0.0 1,105 6/29/2019
29.0.1 1,104 6/10/2019
28.0.0 1,906 3/29/2019
27.1.1-beta001 961 3/29/2019
27.0.1 1,476 2/26/2019
26.0.1 1,292 2/1/2019
25.0.1 2,700 9/5/2018
23.0.3 1,712 5/31/2018
23.0.1 1,523 5/31/2018
22.0.3 1,493 3/28/2018
22.0.2 1,907 3/28/2018
22.0.1 1,654 3/23/2018
21.0.1 1,637 3/2/2018
20.0.1 1,692 2/21/2018
17.0.1 2,871 11/7/2017
16.0.2 2,455 10/4/2017
16.0.1 1,444 10/3/2017
15.0.1 1,455 10/2/2017
14.0.2 3,685 8/24/2017
14.0.1 1,477 8/22/2017
13.0.0 3,649 6/28/2017
12.0.8 2,476 4/29/2017
12.0.7 1,547 4/29/2017
12.0.5 2,328 4/10/2017
12.0.3 1,659 4/3/2017
12.0.2 1,693 3/31/2017
12.0.1 1,641 3/29/2017
11.0.10 1,720 3/29/2017
11.0.9 2,764 3/28/2017
11.0.6 1,537 3/8/2017
11.0.4 2,178 2/23/2017
11.0.2 2,074 2/22/2017
11.0.1 1,506 2/21/2017
10.0.3 1,615 2/17/2017
10.0.1 3,181 2/10/2017
9.0.1 2,143 1/20/2017
9.0.0 1,441 1/19/2017
8.0.0 5,633 10/13/2016
6.0.2 3,147 8/12/2016
6.0.0 3,780 7/17/2016
3.0.0 3,491 4/8/2016
2.0.0.8 1,895 3/31/2016
2.0.0.7 1,549 3/30/2016
2.0.0.6 2,434 2/22/2016
2.0.0.5 1,583 2/11/2016
2.0.0.4 1,613 2/4/2016
2.0.0.3 1,849 1/25/2016
2.0.0.2 3,294 1/5/2016
2.0.0.1-beta 1,366 12/11/2015
2.0.0-beta 1,424 12/6/2015

Feature #470, #478, #479 - Move ProjectCracker to separate nuget package and DLL, used ProjectCrackerTool.exe to run
Feature #463 - Expose slot signatures of members in object expressions
Feature #469, #475 - Add EvalExpressionNonThrowing, EvalInteractionNonThrowing, EvalScriptNonThrowing
Fix #456 - FCS makes calls to kernel32.dll when running on OSX
Fix #473 - stack overflow in resolution logic
Fix #460 - Failure getting expression for a provided method call