fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
570 stars 144 forks source link

Sdk update v2 #661

Closed Thorium closed 4 years ago

Thorium commented 4 years ago

Restored old working referencedAssemblyPaths, from TypeProvider SDK, what was removed at commit a4e21970f97e2d745c1043cb21cd681306ec80e6

Even though it was a hack, it was at least working.

The new referenceAssemblies after that just caused all sorts of problems, like not finding basic types, not finding System.Object, or a loop-loading between different versions of mscorlibs and netstandard.dll.