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

This will demonstrate the problem with .NET Standard type-provider #185

Closed Thorium closed 6 years ago

Thorium commented 6 years ago

This will demonstrate the current problem with type-provider assembly targeting to .NET Standard:

Project:

Tests:

Message: System.Exception : The design-time type 'System.Numerics.BigInteger' utilized by a type provider was not found in the target reference assembly set

Ping #177 and #182