Joe Mistachkin wrote:

 

> 

> Using VS and SQLite (from NuGet pkg).

> 

 

What version of Visual Studio and NuGet are you using?

 

> 

> After the 'build' of the solution/project, the file

> System.Data.SQLite.dll.config is included in the bin\release folder.

> 

 

I have not seen this behavior before.  Are you manually customizing the

MSBuild files for the project?

 

> 

> It has a note in it: do not copy this file to any of  the build output

> directories

> 

 

Generally, it's not supposed to be in those directories.  Is it causing

any issues when loading the native SQLite interop assembly?

 

Joe, 

VS version is VS Community 2017, v15.9.13

Nuget version is v4.6.0 per VS About box.

And I'm using the SQLite.Data.SQLite.Core v1.0.111 pkg from Nuget.

Also the Dapper v 1.60.6 pkg from Nuget.

I'm using the VS \Build\Clean\ and \Build\Build Solution, not MSBuild
directly.

And  the default configuration for the Debug\Build and Release\Build.

 

They aren't causing a problems so far, but it's a new project that hasn't
been released yet.

I also get .xml files: Dapper.xml and System.Data.SQLite.xml 

Deleting them after the build seems to not cause any problem.

 

So it sounds like I don't need them.

 

Thanks . eric

 

 

 

_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to