fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

Question: Can ProvidedTypesContext be used to bypass the wrapping of types in a generative provider? #290

Closed 7sharp9 closed 3 years ago

7sharp9 commented 5 years ago

Description

Can ProvidedTypesContext be used to bypass the wrapping of types in a generative provider?

Im getting an issue where I need access to the original RunTimeType rather than the wrapped types that have super limited reflection capabilities. Obviously wrapping types can lead to x-plat dependencies but in the case where you need access to the origin types I cant find a way to enable this?

7sharp9 commented 3 years ago

Nobody listening.