MetroLog icon indicating copy to clipboard operation
MetroLog copied to clipboard

SQLite Target not available from Nuget

Open mbruckner opened this issue 10 years ago • 8 comments

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?

mbruckner avatar Jul 14 '14 08:07 mbruckner

Any news on this?

benschi11 avatar Feb 13 '15 19:02 benschi11

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?

swlasse avatar Jul 07 '15 08:07 swlasse

Same here. So I added SQLiteTarget source files to my project to be able to use it

tbayart avatar Jul 21 '15 13:07 tbayart

Any update on SQLiteTarget to be included in Nuget Package.. Waiting for It

djoyrocks avatar Sep 15 '15 18:09 djoyrocks

Bump.

esDotDev avatar Oct 26 '15 18:10 esDotDev

Working on it...issue has been getting CI builds working with VSIX :(

Fortunately SQLitePCL.raw fixes this so it should be soon.

clairernovotny avatar Jan 08 '16 14:01 clairernovotny

Is adding SQLiteTarget source files still the best/only solution?

lprichar avatar Apr 10 '17 14:04 lprichar

Actually, a better workaround is:

  1. Download source
  2. Build MetroLog.Targets.SQLite (in release mode),
  3. Put MetroLog.NetCore.SQLite.dll in a lib directory and add a reference to it there
  4. 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.

MetroLog.NetCore.SQLite.dll.zip

lprichar avatar Apr 10 '17 14:04 lprichar