fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
814 stars 288 forks source link

Why does the JsonProvider not load #1513

Open snuup opened 3 weeks ago

snuup commented 3 weeks ago

r "nuget: FSharp.Data"

FSharp.Data.JsonProvider // type is not available

I use dotnet core, why does the type not load? the CSV provider loads in contrast.