QuotationCompiler icon indicating copy to clipboard operation
QuotationCompiler copied to clipboard

Quotation Compilation library that uses FSharp.Compiler.Service

Results 3 QuotationCompiler issues
Sort by recently updated
recently updated
newest added

Hi, I have a library I am writing at the moment where I would like to be able to use QuotationCompiler but the only published version on NuGet is the...

I am trying to reference the latest version 0.0.7 via nuget and can't get the hello world sample working in a simple Console Application test project EVEN using all the...

The library currently fails in the following cases: - Generic values. - Extension methods. - Types carrying the CompiledName attribute. In order for compilation to complete successfully in the above,...

enhancement