SQLProvider icon indicating copy to clipboard operation
SQLProvider copied to clipboard

Sqlite on netcore2 x64 example request (Ionide)

Open cotyar opened this issue 6 years ago • 2 comments

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

cotyar avatar Jul 09 '18 15:07 cotyar

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

MatthiasWeiser avatar Aug 13 '18 11:08 MatthiasWeiser

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

cotyar avatar Sep 13 '18 14:09 cotyar