QuotationCompiler icon indicating copy to clipboard operation
QuotationCompiler copied to clipboard

Need F# assembly metadata support

Open eiriktsarpalis opened this issue 11 years ago • 0 comments

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, F# assembly metadata should be extracted from referenced assemblies. FSCS currently does not support this, so work must be done in order for the PowerPack.Metadata API to be ported back.

eiriktsarpalis avatar Dec 08 '14 21:12 eiriktsarpalis