From ab2ed4947a2febdf6691805066d5009fc5e47305 Mon Sep 17 00:00:00 2001 From: Wiktor Kopec Date: Fri, 5 Dec 2025 11:39:54 -0800 Subject: [PATCH] Update README with additional placeholder content Added placeholder text to README. --- documentation/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/README.md b/documentation/README.md index ea6013d7b2f..3a236d5c898 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -1,5 +1,7 @@ # 📖 `dotnet monitor` documentation +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.