fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
570 stars 144 forks source link

Sqlite on netcore2 x64 example request (Ionide) #559

Open cotyar opened 6 years ago

cotyar commented 6 years ago

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

MatthiasWeiser commented 5 years ago

Have you seen https://github.com/fsprojects/SQLProvider/issues/529?

cotyar commented 5 years ago

@MatthiasWeiser no, thank you for pointing out, will give it a go.