FSharp.Compiler.CodeDom
0.9.4
See the version list below for details.
dotnet add package FSharp.Compiler.CodeDom --version 0.9.4
NuGet\Install-Package FSharp.Compiler.CodeDom -Version 0.9.4
<PackageReference Include="FSharp.Compiler.CodeDom" Version="0.9.4" />
paket add FSharp.Compiler.CodeDom --version 0.9.4
#r "nuget: FSharp.Compiler.CodeDom, 0.9.4"
// Install FSharp.Compiler.CodeDom as a Cake Addin #addin nuget:?package=FSharp.Compiler.CodeDom&version=0.9.4 // Install FSharp.Compiler.CodeDom as a Cake Tool #tool nuget:?package=FSharp.Compiler.CodeDom&version=0.9.4
A limited CodeDom implementation for F#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FSharp.Compiler.CodeDom:
Package | Downloads |
---|---|
Etor.MSBuildTasks
MSBuild community tasks library |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FSharp.Compiler.CodeDom:
Repository | Stars |
---|---|
sq/JSIL
CIL to Javascript Compiler
|
|
loresoft/msbuildtasks
The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
|
* Change MSI installer to also install the provider assembly to the Program Files directory and add an AssemblyFolders registry key so that the provider will show up in the VS "add reference" window
* Escape reserved F# name/keyword identifiers
* Change CreateEscapedIdentifier and CreateValidIdentifier to behave in accordance with CodeDom recommendations