Skip to content

aimenux/DiagnosticsDemo

Repository files navigation

.NET

DiagnosticsDemo

Instrumenting code with System.Diagnostics library

In this repo, i m using System.Diagnostics library in order to instrument code :

  • AppOne : Using a custom diagnostic listener

  • AppTwo : Using a built-in diagnostic listener

Tools : vs22, net 6.0, console-app, xunit, fluent-assertions