.NET client not bundled with Log4netAdapter anymore?
I'm having a really hard time finding a .NET Couchbase library version that is compatible with the Log4netAdapter from Eniym. I discovered your 1.1 client release has it, but those assemblies are not signed with a strong name key making them useless to me :(
As instructed on your .NET client page I tried getting the Log4netAdapter from Nuget but that one is compiled for the Eniym.Caching.dll version 2.11 but yours against 2.12.
I tried getting the latest version from Eniym but your libraries are not compiled against the same 2.12 beta as his is.
Could you please release a complete 1.1.6 package that includes the Enyim.Caching.Log4NetAdapter.dll? I would really appreciate it :)
Thank you very much, after downgrading log4net to 1.2.10 everything worked :)
It would be great if you could push the logging assemblies to Nuget as well?
Here you go - https://nuget.org/packages/CouchbaseNetClientLogging.
Wow you guys are really awesome! Thank you very much :)
Thanks! :)
Starting with version 1.1.6, assemblies are strong name signed and available for download from http://www.couchbase.com/develop/net/current. The "Logging Assemblies" link in the right nav includes a zip of the signed Log4NetAdapter, NLogAdapter and latest releases of Couchbase.dll and Enyim.Caching.dll. You can also download them directly at:
http://packages.couchbase.com/clients/net/1.1/Couchbase-Net-Client-Loggi...
-- John