Skip to content

MartinCostello.Logging.XUnit v0.1.1

Compare
Choose a tag to compare
@martincostello martincostello released this 26 Mar 15:24
· 693 commits to main since this release
0e85efb

MartinCostello.Logging.XUnit v0.1.1

NuGet

Changed

  • Detect logging of IEnumerable<KeyValuePair<string, object>> scopes. (#214, #215) Thanks @gkinsman!
  • Update to latest recommended NuGet package publishing standards (snpkg symbols, deterministic builds etc.).
  • Update samples to latest recommended usage patterns and .NET 5.0.

Installation

To install the library from NuGet using the .NET SDK run:

dotnet add package MartinCostello.Logging.XUnit --version 0.1.1

Contributors