trbenning / serilog-sinks-xunit

The xunit test output sink for Serilog
MIT License
83 stars 8 forks source link

Strong name key signing of assembly #25

Open egil opened 3 years ago

egil commented 3 years ago

Hi there

Thanks for a useful library. I have test project that uses this library and is strong named signed, thus it complains that this library is not.

Strong name signing is pretty simple as this PR shows. However, if you want to approve this, do make sure you are aware of downside related to the .net framework described in the article from Microsoft.

Thanks, Egil

egil commented 3 years ago

Ps. my workaround for now has been to copy the two files I use from here into my test library.