MetroLog
MetroLog copied to clipboard
SQLite Target not available from Nuget
I'm using MetroLog in my Windows 8.1 app via Nuget and it seems that the SqLite target is not available (due to a refactoring perhaps?). Will a package be provided in the future?
Any news on this?
I am wondering the same. I am using MetroLog v. 0.8.9. The SQLiteTarget
is not part of the namespace MetroLog.Targets
. Any updates on why that is?
Same here. So I added SQLiteTarget source files to my project to be able to use it
Any update on SQLiteTarget to be included in Nuget Package.. Waiting for It
Bump.
Working on it...issue has been getting CI builds working with VSIX :(
Fortunately SQLitePCL.raw fixes this so it should be soon.
Is adding SQLiteTarget source files still the best/only solution?
Actually, a better workaround is:
- Download source
- Build MetroLog.Targets.SQLite (in release mode),
- Put MetroLog.NetCore.SQLite.dll in a lib directory and add a reference to it there
- Add a nuget reference to SQLitePCL.raw version 0.8.5.0
I'm including the dll below if you want to skip the first couple of steps.