Skip to content

How to create generative providers with the new context based provided type API without error. #82

Closed
@7sharp9

Description

@7sharp9

Currently if I convert to the new API I get a:

Which seems to stem from assembly generator:

type ProvidedAssembly(assemblyFileName: string) = 
    let theTypes = ResizeArray<_>()
    let assemblyGenerator = AssemblyGenerator(assemblyFileName)
    let assemblyLazy = 
        lazy 
            assemblyGenerator.Generate(theTypes |> Seq.toList)

If would be great if the provided types API was able to support unchecked quotation for generative types as they have the same issues relating to reflection based loading etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions