Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert NEventStore Sqlite configuration hack once NEventStore.Sqlite supports ASPNet Core style configuration #2

Open
MetaFight opened this issue Apr 26, 2016 · 1 comment

Comments

@MetaFight
Copy link
Contributor

MetaFight commented Apr 26, 2016

Currently, the NEventStore.Sqlite nuget package expects connection string information to be in the old-style Web.config configuration file.

Because ASPNet Core has moved away from this it has made using the nuget package a bit... difficult.

I managed to hack together some support, but it's nasty. It should be reverted as soon as possible.

See the hack in question

The hack requires copying SQLite.Interop.dll to your DNX runtime's bin folder.

eg, ~\.dnx\runtimes\dnx-clr-win-x86.1.0.0-rc1-final\bin\SQLite.Interop.dll

Don't forget to delete that file too.

@MetaFight
Copy link
Contributor Author

The hackery just got worse: fdb9096

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

No branches or pull requests

1 participant