Skip to content

Releases: dozer75/Moq.Logger

v1.0.0

20 Aug 18:33
Compare
Choose a tag to compare

Initial release containing VerifyExt methods for the Moq library that can be used to verify the ILogger/ILogger<TCategoryName> extension methods.

Limitations:

  1. It uses reflection to retrieve access to internal classes, interfaces and methods in the Moq and Microsoft.Extensions.Logger.Abstractions packages, new versions of these packages may break this library. If it does, try upgrading to latest version, if that still doesn't show the issue, report it as an issue.
  2. On verification errors, the invoked list will not show the extension methods (it's simply not possible), it will show the base method invokes, but it should not be an issue find the verification issue.

Feel free to report issues in the Issues and feel free to use Discussions for questions.

Full Changelog

https://github.com/dozer75/Moq.Logger/commits/v1.0.0

v1.0.0-preview.230817.1

17 Aug 09:26
Compare
Choose a tag to compare
Pre-release

Improved message verification to be more dynamic in its behavior by comparing using the formatted
output of the FormattedLogValues type instead of the object.

Full Changelog

v1.0.0-preview.230816.1...v1.0.0-preview.230817.1

v1.0.0-preview.230816.1

16 Aug 09:28
Compare
Choose a tag to compare
Pre-release

Initial preview release for internal testing

Full Changelog

https://github.com/dozer75/Moq.Logger/commits/v1.0.0-preview.230816.1