This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
Перейти к файлу
dotnet-maestro[bot] f1180fca75
Update dependencies from https://github.com/dotnet/arcade build 20221201.5 (#3002)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
 From Version 6.0.0-beta.22571.3 -> To Version 6.0.0-beta.22601.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2022-12-02 08:49:10 -08:00
.github Assign dotnet-monitor reviewers by defaullt (#2256) 2022-08-04 15:46:11 -07:00
documentation Delete endpoint on startup (#2183) 2022-07-27 10:36:27 -07:00
eng Update dependencies from https://github.com/dotnet/arcade build 20221201.5 (#3002) 2022-12-02 08:49:10 -08:00
src Move metrics services configuration out of Startup class (#2573) 2022-09-28 12:18:01 -07: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 Copy files from dotnet/diagnostics @ b6b2bb644102806864da991760b6d2a599c312d4 2022-04-08 08:33:17 -07:00
CMakeLists.txt Add LoadProfilerAction test (#1723) 2022-04-08 16:22:11 -07:00
CMakeSettings.json Add CMakeSettings.json to support CMake Tools for Visual Studio (#1731) 2022-04-11 17:42:03 -07: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 Update OSS Versions (#2049) 2022-06-30 06:07:25 -07:00
README.md Update windows build script (#40) 2021-03-01 21:02:05 -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 Copy files from dotnet/diagnostics @ b6b2bb644102806864da991760b6d2a599c312d4 2022-04-08 08:33:17 -07:00
dotnet-monitor-codeql.yml Update to newer Windows build images (#2345) 2022-08-19 15:37:10 -07:00
dotnet-monitor.sln Execute Action - Testing (#742) 2021-08-20 09:58:55 -07:00
dotnet-monitor.yml Skip pipeline builds for documentation and development infrastructure PRs (#2578) 2022-09-28 16:01:27 -07:00
dotnet.cmd Add dotnet scripts 2021-04-12 22:57:22 -07:00
dotnet.sh Fix eXecutable permission mode (#2254) 2022-08-04 15:37:32 -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 20221201.5 (#3002) 2022-12-02 08:49:10 -08: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 Core Diagnostics Repo

This repository contains the source code for dotnet-monitor, a diagnostic tool

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 Introducing 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.