![]() |
VOOZH | about |
dotnet add package Microsoft.Diagnostics.NETCore.Client --version 0.2.661903
NuGet\Install-Package Microsoft.Diagnostics.NETCore.Client -Version 0.2.661903
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.661903" />
<PackageVersion Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.661903" />Directory.Packages.props
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" />Project file
paket add Microsoft.Diagnostics.NETCore.Client --version 0.2.661903
#r "nuget: Microsoft.Diagnostics.NETCore.Client, 0.2.661903"
#:package Microsoft.Diagnostics.NETCore.Client@0.2.661903
#addin nuget:?package=Microsoft.Diagnostics.NETCore.Client&version=0.2.661903Install as a Cake Addin
#tool nuget:?package=Microsoft.Diagnostics.NETCore.Client&version=0.2.661903Install as a Cake Tool
.NET Core Diagnostics Client Library
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.Diagnostics.NETCore.Client:
| Package | Downloads |
|---|---|
|
Microsoft.Diagnostics.Tracing.TraceEvent
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more. |
|
|
Microsoft.Diagnostics.Runtime
ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes. |
|
|
Microsoft.ApplicationInsights.Profiler.Core
Core Library for Microsoft Application Insights Profiler. |
|
|
Sentry.Profiling
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time. |
|
|
Microsoft.Testing.Extensions.HangDump
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device. This package extends Microsoft Testing Platform to provide an implementation of the Hang Dump using Windows mini dump. |
Showing the top 20 popular GitHub repositories that depend on Microsoft.Diagnostics.NETCore.Client:
| Repository | Stars |
|---|---|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
|
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
|
|
|
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
|
|
|
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
|
|
|
LavaGang/MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
|
|
|
ravendb/ravendb
ACID Document Database
|
|
|
MattParkerDev/SharpIDE
A modern, cross platform IDE for .NET, built with .NET & Godot
|
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
|
microsoft/clrmd
Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
|
|
|
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
|
|
|
dotnet/crank
Benchmarking infrastructure for applications
|
|
|
microsoft/testfx
This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework.
|
|
|
microsoft/vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
|
|
|
abbaye/WpfHexEditorIDE
WpfHexEditor Studio is a IDE built on WPF and .NET 8, designed for advanced binary analysis and reverse engineering—combining a powerful hex editor, deep inspection tools, and native support for .NET projects and Visual Studio solutions in a single high-performance platform.
|
|
|
Azure/azure-cosmos-dotnet-v3
.NET SDK for Azure Cosmos DB for the core SQL API
|
|
|
davidfowl/Micronetes
Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
|
|
|
getsentry/sentry-dotnet
Sentry SDK for .NET
|
|
|
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
|
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.661903 | 382,939 | 1/6/2026 |
| 0.2.652701 | 250,350 | 10/30/2025 |
| 0.2.621003 | 822,032 | 4/12/2025 |
| 0.2.607501 | 1,170,903 | 2/12/2025 |
| 0.2.553101 | 298,055 | 11/5/2024 |
| 0.2.547301 | 59,907 | 9/24/2024 |
| 0.2.532401 | 1,016,010 | 6/27/2024 |
| 0.2.510501 | 13,004,461 | 2/6/2024 |
| 0.2.505301 | 55,802 | 1/4/2024 |
| 0.2.452401 | 412,859 | 10/26/2023 |
| 0.2.447801 | 21,227 | 9/29/2023 |
| 0.2.442301 | 45,748 | 8/28/2023 |
| 0.2.430602 | 110,738 | 6/8/2023 |
| 0.2.421201 | 232,729 | 4/13/2023 |
| 0.2.410101 | 10,115,347 | 2/15/2023 |
| 0.2.351802 | 169,137 | 10/22/2022 |
| 0.2.328102 | 9,790,812 | 6/1/2022 |
| 0.2.327302 | 13,824 | 5/24/2022 |
| 0.2.320703 | 51,265 | 4/19/2022 |
| 0.2.257301 | 284,647 | 12/2/2021 |
.NET Core Diagnostics Client Library