Skip to content

Releases: RockLib/RockLib.Diagnostics

RockLib.Diagnostics version 1.0.3

30 Jul 18:42
Compare
Choose a tag to compare

Updates to align with nuget conventions.
Updates dependency packages.

RockLib.Diagnostics version 1.0.2

03 Apr 02:33
54e9bb6
Compare
Choose a tag to compare
  • Adds support for rocklib_diagnostics config section.
  • Adds ConfigSection attribute for the Rockifier tool.

RockLib.Diagnostics Version 1.0.1

02 Apr 14:07
Compare
Choose a tag to compare

Adds a RockLib.Diagnostics.DefaultTraceListener class for .NET Standard 1.1 only because the System.Diagnostics.DefaultTraceListener class from the System.Diagnostics.TraceSource package that targets .NET Standard 1.1 doesn't actually do anything - it's just a placeholder with no behavior. The RockLib.Diagnostics.DefaultTraceListener class behaves just like System.Diagnostics.DefaultTraceListener from .NET Framework and .NET Core 2.0. and is used as the default type of System.Diagnostics.TraceListener in the CreateDiagnosticsSettings extension method.

RockLib.Diagnostics Version 1.0.0

19 Mar 19:03
Compare
Choose a tag to compare

$(appveyor_repo_commit_message_extended)