FSharp.Data icon indicating copy to clipboard operation
FSharp.Data copied to clipboard

fsharp.data.nupkg version 3.1.1 should be replaced

Open KevinRansom opened this issue 5 years ago • 0 comments

@dsyme,

FSharp.Data now uses an updated TPSDK: https://github.com/fsharp/FSharp.Data/pull/1267

This SDK has an important fix when using the SDK with the coreclr.

I see this error when using 3.1.1 on the coreclr:

temp.fsx(10,10): error FS3033: The type provider 'ProviderImplementation.JsonProvider' reported an error in the context of provided type 'FSharp.Data.JsonProvider,Sample="http://api.openweathermap.org/data/2.5/weather?id=2172797&APPID=93a2637fe6dad8426d128d5289325ca9"', member 'Load'. The error: assembly mscorlib not found

Shipping an updated package with the later tpsdk will fix it.

Thanks

Kevin

KevinRansom avatar Jul 26 '19 00:07 KevinRansom