ravendb / serilog-sinks-ravendb

A Serilog sink that writes events to RavenDB
Apache License 2.0
17 stars 16 forks source link

Migrated to .NET Standard 2.0 and upgraded to RavenDB 4.2.2 #7

Closed plneto closed 4 years ago

plneto commented 5 years ago

Hi, I needed to use this Sink for my new project which uses RavenDB 4.2.2 and it wasn't working with the current nuget package so I decided to re-write it using netstandard 2.0.

Let me know what you guys think or if you have any suggestions.

Thanks

Change log:

A few things to do before merging this PR:

This is the temp nuget package if anyone wants to test it - https://www.nuget.org/packages/Serilog.Sinks.RavenDB.Temp/

ThatOhio commented 4 years ago

Thanks for doing this! I'm using your branch for now for the project I'm working on, but I'm wondering when/if these changes will make it to the actual sink, would prefer to simply include the nuget package as opposed to maintaining a copy of this for now.

plneto commented 4 years ago

I agree. It'd be great if the maintainer could merge this PR or give some feedback.

nblumhardt commented 4 years ago

Sorry about the long delay- this repo has had no maintainer for some time; we've just had an offer of help, see #8, hopefully everything will be rolling along again soon 😎

viceroypenguin commented 4 years ago

Superseded by #10 (with contribution acknowledgement)