An open API service indexing awesome lists of open source software.

https://github.com/aimenux/diagnosticsdemo

Instrumenting code with System.Diagnostics library
https://github.com/aimenux/diagnosticsdemo

console-app diagnostic-listener diagnostic-source diagnostics fluent-assertions net60 xunit-tests

Last synced: 2 days ago
JSON representation

Instrumenting code with System.Diagnostics library

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/DiagnosticsDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/DiagnosticsDemo/actions/workflows/ci.yml)

# DiagnosticsDemo
```
Instrumenting code with System.Diagnostics library
```

> In this repo, i m using [System.Diagnostics](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/diagnosticsource-diagnosticlistener) 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