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
- Host: GitHub
- URL: https://github.com/aimenux/diagnosticsdemo
- Owner: aimenux
- License: mit
- Created: 2022-12-26T15:22:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T12:26:25.000Z (over 3 years ago)
- Last Synced: 2025-02-27T01:54:33.744Z (over 1 year ago)
- Topics: console-app, diagnostic-listener, diagnostic-source, diagnostics, fluent-assertions, net60, xunit-tests
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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