-
Notifications
You must be signed in to change notification settings - Fork 146
Unable to make SQLProvider work on WSL with .NET 5 and FSI #753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also does not work on mac os .NET 6 and FSI |
You should be using |
Hello, Thanks for the reply. |
It should be these:
|
Using VS2022, in a console app targeting .net 6.0, I'm getting this error: |
You can also change to the package https://www.nuget.org/packages/SQLProvider.MsSql/ for a more straightforward setup. |
Describe the bug
I want to use SQLProvider with SQL Server in .NET 5 FSI. I'm using WSL (Ubuntu) on Windows. No matter how I try to load it, it does not work. I have tried various workarounds posted here and online.
I've tried:
#r "nuget: SQLProvider"
ResolutionPath
No matter how I try I get one of these errors on
dotnet fsi script.fsx
:or
or
To Reproduce
Create blank project
Try to use SQLProvider from FSI
Expected behavior
A working SQLProvider.
The text was updated successfully, but these errors were encountered: