ArieGato / serilog-sinks-rabbitmq

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

Eliminate byte array allocation #185

Closed sungam3r closed 6 months ago

sungam3r commented 6 months ago

fixes #179

ArieGato commented 6 months ago

Although I want to limit the number of dependend packages, this is a very nice enhancement.

ArieGato commented 6 months ago

@sungam3r please resolve conflicts

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 90.90909% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 93.89%. Comparing base (7e822e8) to head (533deee).

Files Patch % Lines
...ilog.Sinks.RabbitMQ/Sinks/RabbitMQ/RabbitMQSink.cs 90.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #185 +/- ## ========================================== - Coverage 94.02% 93.89% -0.14% ========================================== Files 8 8 Lines 485 491 +6 Branches 46 46 ========================================== + Hits 456 461 +5 Misses 16 16 - Partials 13 14 +1 ```

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