FSharp.Compiler.Service.MSBuild.v12
36.0.1
See the version list below for details.
dotnet add package FSharp.Compiler.Service.MSBuild.v12 --version 36.0.1
NuGet\Install-Package FSharp.Compiler.Service.MSBuild.v12 -Version 36.0.1
<PackageReference Include="FSharp.Compiler.Service.MSBuild.v12" Version="36.0.1" />
paket add FSharp.Compiler.Service.MSBuild.v12 --version 36.0.1
#r "nuget: FSharp.Compiler.Service.MSBuild.v12, 36.0.1"
// Install FSharp.Compiler.Service.MSBuild.v12 as a Cake Addin #addin nuget:?package=FSharp.Compiler.Service.MSBuild.v12&version=36.0.1 // Install FSharp.Compiler.Service.MSBuild.v12 as a Cake Tool #tool nuget:?package=FSharp.Compiler.Service.MSBuild.v12&version=36.0.1
Additional DLL for legacy compat 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. |
-
.NETFramework 4.6.1
- FSharp.Compiler.Service (>= 36.0.1)
- FSharp.Compiler.Service.MSBuild.v12.0 (>= 1.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 |
---|---|---|
37.0.0 | 805 | 8/7/2020 |
36.0.3 | 597 | 6/20/2020 |
36.0.2 | 622 | 6/20/2020 |
36.0.1 | 528 | 6/7/2020 |
35.0.0 | 735 | 4/10/2020 |
34.1.1 | 2,213 | 3/4/2020 |
34.1.0 | 650 | 2/20/2020 |
34.0.1 | 635 | 2/6/2020 |
33.0.1 | 653 | 12/9/2019 |
33.0.0 | 642 | 11/9/2019 |
32.0.0 | 638 | 10/1/2019 |
31.0.0 | 694 | 8/11/2019 |
30.0.0 | 702 | 6/29/2019 |
29.0.1 | 741 | 6/10/2019 |
28.0.0 | 960 | 3/29/2019 |
27.1.1-beta001 | 518 | 3/29/2019 |
27.0.1 | 813 | 2/26/2019 |
26.0.1 | 763 | 2/13/2019 |
25.0.1 | 974 | 9/5/2018 |
23.0.3 | 1,132 | 5/31/2018 |
23.0.1 | 1,019 | 5/31/2018 |
22.0.3 | 1,106 | 3/28/2018 |
22.0.2 | 1,089 | 3/28/2018 |
22.0.1 | 1,288 | 3/23/2018 |
21.0.1 | 1,179 | 3/2/2018 |
20.0.1 | 1,161 | 2/21/2018 |
17.0.1 | 37,219 | 11/7/2017 |
16.0.2 | 999 | 10/4/2017 |
16.0.1 | 1,001 | 10/3/2017 |
15.0.1 | 1,047 | 10/2/2017 |
14.0.2 | 1,107 | 8/24/2017 |
14.0.1 | 1,093 | 8/22/2017 |
13.0.0 | 1,305 | 6/28/2017 |
From dotnet/fsharp:522dd906c..16bca5aef:
Fixes to attribute range parsing (thanks @auduchinok)
Added nested exception details to Type Provider load errors (thanks @dsyme)
Improved error messages around unknown identifiers in patterns (thanks @jbeeko)
Better dependency probing behavior with Facade assemblies (thanks @KevinRansom)
APIs for programmatically adding and retrieving bindings in an FSI session (thanks @TIHan)
Optional parameter on `FSharpChecker.FindBackgroundReferencesInFile` API to allow for stale results (thanks @TIHan)
Better tooltips for function arguments (thanks @mcon)
Many performance tweaks to various compiler function implementations (thanks @forki)
Typo fixes in the AST (thanks @auduchinok)
Better IL emitted for usages of static members as System.Action (thanks @MoFtZ)
Allow for indexers to specify a type annotation (thanks @TIHan)
Allow languages/scripts that have no notion of upper-case to use their characters for DU identifiers (thanks @KevinRansom)
more optimized comparison/equality for DateTime (thanks @cartermp)
add support for `char` for the `GenericZero/GenericOne` mechanisms (thanks @Happypig375)
enhancements for the dependencymanager's resolution for native scripts (thanks @KevinRansom)
more consistent support for type-directed nullable parameters (thanks @dsyme)
fix FSI's ordering of out-of-order dlls in nuget packages (thanks @KevinRansom)
New SyntaxTree.Paren syntax node (thanks @auduchinok)
add SRTP witness solutions (via the new `CallWithWitnesses` pattern) (thanks @dsyme)