This will demonstrate the current problem with type-provider assembly targeting to .NET Standard:
Project:
FSharp.TypeProviders.SDK.Tests
Tests:
ErasingProvider generates for .NET 4.5 F# 3.1 correctly
ErasingProvider generates for .NET 4.5 F# 4.0 correctly
ErasingProvider generates for Portable Profile 7 F# 4.0 correctly
Message: System.Exception : The design-time type 'System.Numerics.BigInteger' utilized by a type provider was not found in the target reference assembly set
This will demonstrate the current problem with type-provider assembly targeting to .NET Standard:
Project:
Tests:
ErasingProvider generates for .NET 4.5 F# 3.1 correctly
ErasingProvider generates for .NET 4.5 F# 4.0 correctly
ErasingProvider generates for Portable Profile 7 F# 4.0 correctly
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