This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
Перейти к файлу
github-actions[bot] 39f3fcbf43
sync branch with origin/main (#5635)
Co-authored-by: github-actions <github-actions@github.com>
2023-11-07 08:27:24 -08:00
.config Reorganize pipelines and update CodeQL (#3125) 2022-12-15 10:14:07 -08:00
.devcontainer sync branch with origin/main (#4610) 2023-06-12 09:01:37 -07:00
.github sync branch with origin/main 2023-10-30 00:06:58 +00:00
.vscode sync branch with origin/main (#5204) 2023-08-28 09:13:58 -07:00
documentation sync branch with origin/main (#5635) 2023-11-07 08:27:24 -08:00
eng [release/7.2] Bump Microsoft.OpenApi.Readers in /eng/dependabot 2023-10-30 16:23:53 +00:00
samples/AKS_Tutorial Add documentation and command list for AKS Video (#2499) 2022-09-14 13:47:26 -07:00
src Fixup usage of diagnostics library 2023-10-26 21:15:56 -07:00
.editorconfig Standardize on two-line license header (#3069) 2022-12-09 16:06:36 -08:00
.gitattributes Add the managed SOS code. 2018-04-26 15:47:59 -07:00
.gitignore Backport (#2662) 2022-10-11 16:06:04 -07:00
Build.cmd Copy files from dotnet/diagnostics @ b6b2bb644102806864da991760b6d2a599c312d4 2022-03-08 21:10:15 -08:00
CMakeLists.txt Add LoadProfilerAction test (#1659) 2022-04-07 12:16:40 -07:00
CMakeSettings.json Use RID folders instead of osGroup/architecture folders (#3224) 2023-01-05 09:57:54 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct (#980) 2020-04-02 16:36:25 -07:00
CONTRIBUTING.md Standardize on two-line license header (#3069) 2022-12-09 16:06:36 -08:00
Directory.Build.props Fix licensing to be standard MIT across the repo (#1055) 2020-04-22 20:50:06 +00:00
LICENSE.TXT Initialize repo 2018-03-21 18:05:51 -07:00
NuGet.config Update dependencies from https://github.com/dotnet/command-line-api build 20221111.1 2022-11-12 13:34:50 +00:00
README.md Fix broken markdown links and add automation to validate new links (#2298) 2022-08-16 15:13:22 -07:00
Restore.cmd Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00
SECURITY.md Fix whitespace in SECURITY.md (#870) 2020-03-02 17:41:26 -08:00
Test.cmd Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00
build.sh Copy files from dotnet/diagnostics @ b6b2bb644102806864da991760b6d2a599c312d4 2022-03-08 21:10:15 -08:00
cspell.json sync branch with origin/main (#5635) 2023-11-07 08:27:24 -08:00
dotnet-monitor.sln Exceptions event source and exception identifier cache (#3406) 2023-01-30 12:23:51 -08:00
dotnet-monitor.yml Change storage account staging root to build version (#5547) 2023-10-17 09:27:13 -07:00
dotnet.cmd Add dotnet scripts 2021-04-12 22:57:22 -07:00
dotnet.sh Fix eXecutable permission mode (#2250) 2022-08-04 13:46:38 -07:00
generate-dev-sln.ps1 [release/7.x] Scripts to launch VS and VS Code using local SDK (#2641) 2022-10-10 08:44:48 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20231017.4 2023-10-18 12:41:48 +00:00
restore.sh Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00
startvs.cmd Allow building of latest TFM in VS if using startvs script (#3962) 2023-03-15 13:50:29 -07:00
startvscode.cmd [release/7.x] Scripts to launch VS and VS Code using local SDK (#2641) 2022-10-10 08:44:48 -07:00
startvscode.sh [release/7.x] Scripts to launch VS and VS Code using local SDK (#2641) 2022-10-10 08:44:48 -07:00
test.sh Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00

README.md

.NET Monitor Repo

This repository contains the source code for dotnet-monitor, a diagnostic tool for capturing diagnostic artifacts in an operator-driven or automated manner.

Releases

See Releases for the release history.

Docs

Docs - Learn how to install, configure, and use dotnet-monitor.

Survey

Survey - Provide anonymous feedback on your experience using dotnet-monitor.

Building the Repository

See building instructions in our documentation directory.

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

Blog Post: Announcing dotnet-monitor

See Videos and Tutorials for walkthroughs on how to use dotnet monitor.

.NET Foundation

.NET Monitor is a .NET Foundation project.

There are many .NET related projects on GitHub.

  • .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
  • ASP.NET Core home - the best place to start learning about ASP.NET Core.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

General .NET OSS discussions: .NET Foundation Discussions

License

.NET monitor is licensed under the MIT license.