Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

sqlite3.dll in Microsoft.Data.Sqlite is not copied to the output folder during dnu publish #2741

Closed
leak opened this issue Sep 18, 2015 · 6 comments
Labels

Comments

@leak
Copy link

leak commented Sep 18, 2015

Tested on: 1.0.0-beta8-15618

D:\testing>find . -iname *sqlite*
./approot/packages/Microsoft.Data.Sqlite
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8-15572/lib/dnx451/Microsoft.Data.Sqlite.dll
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8-15572/lib/dnxcore50/Microsoft.Data.Sqlite.dll
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8-15572/Microsoft.Data.Sqlite.nuspec
@muratg
Copy link
Contributor

muratg commented Sep 18, 2015

Could you paste your project.json? And is it copied when you test with beta7 DNX?

@davidfowl
Copy link
Member

This is a bug in our publish

@leak
Copy link
Author

leak commented Sep 18, 2015

@muratg You can simply create an empty project, add Microsoft.Data.Sqlite and publish to see the effect. This is also the case on beta-7.

@JunTaoLuo
Copy link
Contributor

@leak this issue should be temporarily fixed by #2861.

@leak
Copy link
Author

leak commented Oct 22, 2015

It seems to be working on 1.0.0-beta8.

D:\testing>find . -iname *sqlite*
./approot/packages/EntityFramework.Sqlite
./approot/packages/EntityFramework.Sqlite/7.0.0-beta8/EntityFramework.Sqlite.nuspec
./approot/packages/EntityFramework.Sqlite/7.0.0-beta8/lib/dnxcore50/EntityFramework.Sqlite.dll
./approot/packages/EntityFramework.Sqlite/7.0.0-beta8/lib/net45/EntityFramework.Sqlite.dll
./approot/packages/Microsoft.Data.Sqlite
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8/lib/dnx451/Microsoft.Data.Sqlite.dll
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8/lib/dnxcore50/Microsoft.Data.Sqlite.dll
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8/Microsoft.Data.Sqlite.nuspec
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8/runtimes/win/native/x86/sqlite3.dll
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8/runtimes/win-x86/native/sqlite3.dll
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8/runtimes/win10-arm/native/sqlite3.dll
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8/runtimes/win10-x64/native/sqlite3.dll
./approot/packages/Microsoft.Data.Sqlite/1.0.0-beta8/runtimes/win10-x86/native/sqlite3.dll

@JunTaoLuo I leave you to close the ticket since I'm not sure if your "temporarily" means that there is still a todo left.

@JunTaoLuo
Copy link
Contributor

@leak my previous comment was to let you know there was a workaround in case you were blocked. The issue has been resolved for rc1 in #2850.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants