SQLProvider
SQLProvider copied to clipboard
Sqlite on netcore2 x64 example request (Ionide)
Description
I'm trying to execute the sqlite example. I builds and runs with "dotnet run" but unfortunately in VSCode x64 and Ionide are not get resolved and don't compile. An attempt to replace x86 to x64 in the fsproj file simply breaks the "dotnet run" execution without any help in Ionide unfortunately.
Could anyone help with a sqlite netstandard2 x64 sample please?
Great thanks Yuriy
Related information
- Used database - Sqlite
- Operating system - Win10x64
- CoreCLR 2.1 x64
Have you seen https://github.com/fsprojects/SQLProvider/issues/529?
@MatthiasWeiser no, thank you for pointing out, will give it a go.