serilog-contrib / SerilogSinksInMemory

In-memory sink for Serilog to use for testing
MIT License
53 stars 7 forks source link

Support FluentAssertions 6 #25

Closed sandermvanvliet closed 2 years ago

sandermvanvliet commented 2 years ago

This PR introduces support for FluentAssertions 6.x and maintains backwards compatibility with FluentAssertions 5.x releases. A test project has been added to verify this compatibility, see Serilog.Sinks.InMemory.Assertions.Tests.Unit.FluentAssertions6

This PR also:

With this pr #22 can be closed