serilog-sinks-xunit
serilog-sinks-xunit copied to clipboard
The xunit test output sink for Serilog
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...
The guide to convert is here: https://xunit.net/docs/v3-alpha
not sure of you are aware of [this](https://github.com/xunit/xunit/issues/565) or if there are any solutions?
I am trying to reconfigure my serilog logging for unit test verification in my scenarios and I can only get the reconfigure to work as follows: ```C# // In BDD...
Add logs collection property to access everywhere when we want to be sure that log of specific message exists.
Hi. In the example of the readme file, a logger is created each time per test. When testing ASP.NET Core Apis using the WebApplicationFactory, you probably have a collection fixture...