Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 📖 `dotnet monitor` documentation

sdfasdfa

Check failure on line 3 in documentation/README.md

View workflow job for this annotation

GitHub Actions / Spellcheck

Unknown word (sdfasdfa)

`dotnet monitor` is a tool that makes it easier to get access to diagnostics information in a dotnet process.

When running a dotnet application, differences in diverse local and production environments can make collecting diagnostics artifacts (e.g., logs, traces, process dumps) challenging. `dotnet monitor` aims to simplify the process by exposing a consistent HTTP API regardless of where your application is run.
Expand Down
Loading