This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
Перейти к файлу
Justin Anderson 0f4f13438b
Update Alpine image to latest (#1229)
Add test exclusions for non-full dump types on Alpine Linux.
2021-12-21 15:31:40 -08:00
.github Update CODEOWNERS (#258) 2021-04-30 10:49:25 -07:00
documentation Add documentation for Docker images and Kubernetes examples. (#1212) 2021-12-16 08:40:35 -08:00
eng Update Alpine image to latest (#1229) 2021-12-21 15:31:40 -08:00
src Update Alpine image to latest (#1229) 2021-12-21 15:31:40 -08:00
.gitattributes Add the managed SOS code. 2018-04-26 15:47:59 -07:00
.gitignore Use App Filters. Also add dev workflow (#50) 2021-03-11 17:05:55 -08:00
Build.cmd Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct (#980) 2020-04-02 16:36:25 -07: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 [main] Update dependencies from dotnet/aspnetcore (#1210) 2021-12-20 17:07:20 +00:00
README.md Update README.md (#1158) 2021-11-24 22:25:40 -08: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
THIRD-PARTY-NOTICES.TXT Skip negotiate test on non-Windows platforms. (#97) 2021-03-22 11:43:39 -07:00
Test.cmd Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00
build.sh Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00
dotnet-monitor.sln Execute Action - Testing (#742) 2021-08-20 09:58:55 -07:00
dotnet-monitor.yml Switch to 1ES R&D pools on main (#966) 2021-10-05 21:07:03 -07:00
dotnet.cmd Add dotnet scripts 2021-04-12 22:57:22 -07:00
dotnet.sh Add dotnet scripts 2021-04-12 22:57:22 -07:00
generate-dev-sln.ps1 Add dependencies between actions, based on tokens. (#996) 2021-10-14 18:39:51 +00:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20211220.2 (#1223) 2021-12-21 14:01:40 +00:00
restore.sh Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08: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.

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.

See Announcing 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 forums

License

.NET monitor is licensed under the MIT license.