FSharp.Compiler.CodeDom
FSharp.Compiler.CodeDom copied to clipboard
An F# CodeDOM implementation (based on the old F# Power Pack)
The nuget package https://www.nuget.org/packages/FSharp.Compiler.CodeDom/ doesn't express a dependency on FSharp.Core nuget This should be fixed ### Known workarounds Have the consuming project add an explicit dependency on FSharp.Core nuget.
### Description As of today, CodeDom cannot be used in .NET Core 2.0 projects for F#. Is it planned to support it in a near future?
### Description when codeStrings has not only one string in it provider.CompileAssemblyFromSource(params', codeStrings) would throw exception at CodeProvide.fs around line 113 when AddExtension("fs", false) ### Repro steps ### Expected behavior...
Is it possible to sign binaries in the NuGet package? That would make it easier to use the binary from another project that will be signed (and, therefore, strong-named).