ravendb / serilog-sinks-ravendb

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

Migrated to the new .csproj file version #6

Closed tanathos closed 4 years ago

tanathos commented 5 years ago

Hi guys, I've successfully ported the solution projects to the new .csproj version, making them compatible with .NETStandard 2.0, and there are a couple of changes in the Test proj. I've also included the YAML file for Appveyor build (I just took the one from serilog-sinks-file), it works well in the Windows image, but the Test project kept failing on the Ubuntu image (seems like RavenDB.Embedded is requiring the runtime 2.1.3, which is not installed on that machine), so by now the test run is disabled in the build.sh, but still running fine on the Windows env. Please, consider updating the NuGet package!

Thanks.

tanathos commented 5 years ago

Uh... some news?

nblumhardt commented 4 years ago

Thanks for the PR! Sorry, we've had no maintainers for this repo for some time now. A new maintainer has just joined, see #8.

viceroypenguin commented 4 years ago

Superseded by #10 (with contribution acknowledgement)