Releases: PosInformatique/PosInformatique.Logging.Assertions
Releases · PosInformatique/PosInformatique.Logging.Assertions
v1.5.1
- Assert the log messages when using templated messages (fixes #20).
Nuget package
v1.5.0
- Add the support for mocking IsEnabled() method (#17)
- Check the EndScope() when an exception is raised (#19)
Nuget package
v1.4.0
- Do not throw an exception in the Dispose() block of BeginScope() if an exception is ongoing (fixes #13).
- Add the non generic ILogger mock support (fixes #14).
Nuget package
v1.3.0
- Fix an assertion message with the
WithArguments()
method (fixes #10).
- Add the support of the
WithException()
followed by the WithArguments()
method. (fixes #11).
Nuget package
v1.2.0
- Update the BeginScope() to use a delegate (resolve #7).
- Add a BeginScopeAsDictionary() method to compare an object with a dictionary for the state object (resolve #8).
Nuget package
v1.1.0
- Add the support to assert le log message templates.
Nuget package
v1.0.3
- Changes the dependency to the FluentAssertions library to the version 6.0.0.
Nuget package
v1.0.2
- Target the .NET Standard 2.0 instead of .NET Core 6.0.
Nuget package.