FSharp.Compiler.Service.MSBuild.v12 37.0.0

dotnet add package FSharp.Compiler.Service.MSBuild.v12 --version 37.0.0
                    
NuGet\Install-Package FSharp.Compiler.Service.MSBuild.v12 -Version 37.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.MSBuild.v12" Version="37.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Compiler.Service.MSBuild.v12" Version="37.0.0" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.Compiler.Service.MSBuild.v12" />
                    
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.MSBuild.v12 --version 37.0.0
                    
#r "nuget: FSharp.Compiler.Service.MSBuild.v12, 37.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.MSBuild.v12@37.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.MSBuild.v12&version=37.0.0
                    
Install as a Cake Addin
#tool nuget:?package=FSharp.Compiler.Service.MSBuild.v12&version=37.0.0
                    
Install as a Cake Tool

Additional DLL for legacy compat for the F# compiler service.

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
37.0.0 1,113 8/7/2020
36.0.3 800 6/20/2020
36.0.2 812 6/20/2020
36.0.1 728 6/7/2020
35.0.0 956 4/10/2020
34.1.1 2,535 3/4/2020
34.1.0 857 2/20/2020
34.0.1 850 2/6/2020
33.0.1 886 12/9/2019
33.0.0 857 11/9/2019
32.0.0 864 10/1/2019
31.0.0 915 8/11/2019
30.0.0 935 6/29/2019
29.0.1 963 6/10/2019
28.0.0 1,181 3/29/2019
27.1.1-beta001 737 3/29/2019
27.0.1 1,037 2/26/2019
Loading failed

This release bring a number of new changes, including a massive enhancement to SemanticClassification types thanks to @cartermp.
From dotnet/fsharp:333eb82c8..d9e070a9d:
now allows for multiple implementations of generic interfaces (preview feature) (thanks @0x53A!)
the default assembly set for script resolution now includes System.Numerics (thanks @KevinRansom)
#r nuget package resolution is now committed eagerly, instead of delayed (thanks @KevinRansom)
reduced allocations for some strings in the compiler (thanks @kerams)
better printing for SRTP constraints (thanks @abelbraaksma/@realvictorprm)
more expressive DUs for semantic classification (thanks @cartermp)
remove legacymsbuildreferenceresolver (thanks @KevinRandom)
supply witnesses for op_UnaryPlus (thanks @TIHan)
clean up CE classifications (thanks @cartermp)
Fixed tostring/equality for StringText (thanks @deviousasti)
Fixed error text for FS0874
Disallow assignment to C# Const/Readonly properties (thanks @baronfel)
Allow Int64.MinValue as a valid nativeint literal (thanks @abelbraaksma)
Enhancements to the nameof feature (preview feature)
String interpolation (preview feature)