fsprojects / FSharp.TypeProviders.SDK

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

Assembly is referenced but not appearing in translation set #173

Closed dsyme closed 6 years ago

dsyme commented 7 years ago

See https://github.com/fsprojects/FsXaml/issues/73#issuecomment-338833437

piaste commented 6 years ago

Data point: the same error occurs in property setters (but not getters) for SQLProvider, when the mapped CLR types come from a database library (e.g. Npgsql).

dsyme commented 6 years ago

@ReedCopsey @piaste I have a proposed fix for this in https://github.com/fsprojects/FSharp.TypeProviders.SDK/pull/187

dsyme commented 6 years ago

@ReedCopsey @piaste @Thorium the fix for this issue is now merged, thanks