demetrixbio / FSharp.Data.Npgsql

F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.
Apache License 2.0
127 stars 16 forks source link

UserSecrets not found #96

Open sandeepc24 opened 4 years ago

sandeepc24 commented 4 years ago

I get following error in VS2019 image

sandeepc24 commented 4 years ago

Microsoft.Extensions.Configuration.UserSecrets should be a dependency but it is not listed on nuget.

sandeepc24 commented 4 years ago

I tried adding nuget Microsoft.Extensions.Configuration.UserSecrets to my library but the error is still there. The build is fine, it's just the IDE that is complaining.

kerams commented 4 years ago

https://github.com/dotnet/fsharp/issues/9265

daz10000 commented 4 years ago

Thanks - Saturday morning email catch up. This looks like it’s an external issue but let me know if we need to adjust anything. I have been using dotnet 5 preview but probably not with TP. It’s pinned to something in 3 series for our production currently.

Am 05.09.2020 um 5:38 AM schrieb kerams notifications@github.com:

 dotnet/fsharp#9265

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sandeepc24 commented 4 years ago

Looks like a compiler bug, will wait for this to be fixed in compiler. Feel free to close it if you want.