ArieGato / serilog-sinks-rabbitmq

Serilog Sink for RabbitMq
Apache License 2.0
53 stars 52 forks source link

Target netstandard2.0 only #178

Closed sungam3r closed 6 months ago

sungam3r commented 6 months ago

I suggest to use netstandard2.0 only, at least until someone asks for special need in other tfms. Project has no conditional compilation blocks and all dependencies support netstandard2.0. In fact only few support net6/net8 targets explicitly.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.17%. Comparing base (926ca38) to head (acc2e0e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ========================================== + Coverage 95.53% 96.17% +0.63% ========================================== Files 8 8 Lines 470 470 Branches 42 42 ========================================== + Hits 449 452 +3 + Misses 13 11 -2 + Partials 8 7 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.