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

fix gen of attribs #228

Closed dsyme closed 6 years ago

dsyme commented 6 years ago

Fixes #225

cc @amazingant

allykzam commented 6 years ago

Not sure what appveyor/travis are upset about, but I went back to the type provider I encountered #225 with and turned hideObjectMethods and nonNullable back on and compiled and tested, then applied your adjusted ProvidedTypes.fs and repeated the process, and the "end-user" assembly uses the correct FSharp.Core after updating. Thanks, Don!