We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to run netcoreapp2.0 on Linux that access Postgres via SQLProvider. This guide https://fsprojects.github.io/SQLProvider/core/postgresql.html doesn't work because dependencies managed differently on NET Core.
I looked at test project https://github.com/fsprojects/SQLProvider/blob/master/tests/SqlProvider.Core.Tests/Postgres/SqlProvider.Core.Tests.fsproj but I still could not figure it out.
Please put together step-by-step instructions similar to https://medium.com/@dsincl12/f-with-net-core-2-0-4-and-sqlprovider-d8f071119da9
Thanks
The text was updated successfully, but these errors were encountered:
This is good idea. I think the right place would be adding a Readme.MD file under each database in https://github.com/fsprojects/SQLProvider/tree/master/tests/SqlProvider.Core.Tests and that readme should contain a chapter for each operating system (Win/Mac/Ubuntu)
Sorry, something went wrong.
.net core tutorials, fsprojects#498
5d283d3
Merge pull request #526 from Thorium/master
62ab4d2
.net core tutorials, #498
Ok, now there is something to start with. We can improve those.
@Thorium Great ! Thank you. Feel free to close the issue.
No branches or pull requests
I would like to run netcoreapp2.0 on Linux that access Postgres via SQLProvider.
This guide https://fsprojects.github.io/SQLProvider/core/postgresql.html
doesn't work because dependencies managed differently on NET Core.
I looked at test project https://github.com/fsprojects/SQLProvider/blob/master/tests/SqlProvider.Core.Tests/Postgres/SqlProvider.Core.Tests.fsproj
but I still could not figure it out.
Please put together step-by-step instructions similar to
https://medium.com/@dsincl12/f-with-net-core-2-0-4-and-sqlprovider-d8f071119da9
Thanks
The text was updated successfully, but these errors were encountered: