Microsoft.Diagnostics.NETCore.Client 0.2.532401

Prefix Reserved
dotnet add package Microsoft.Diagnostics.NETCore.Client --version 0.2.532401                
NuGet\Install-Package Microsoft.Diagnostics.NETCore.Client -Version 0.2.532401                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.532401" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Diagnostics.NETCore.Client --version 0.2.532401                
#r "nuget: Microsoft.Diagnostics.NETCore.Client, 0.2.532401"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Diagnostics.NETCore.Client as a Cake Addin
#addin nuget:?package=Microsoft.Diagnostics.NETCore.Client&version=0.2.532401

// Install Microsoft.Diagnostics.NETCore.Client as a Cake Tool
#tool nuget:?package=Microsoft.Diagnostics.NETCore.Client&version=0.2.532401                

.NET Core Diagnostics Client Library

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (22)

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.

Steeltoe.Management.EndpointBase

Steeltoe management endpoints

EventStore.Client.Embedded

The embedded client API for Event Store. Get the open source or commercial versions of Event Store server from https://eventstore.com/

GitHub repositories (24)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Diagnostics.NETCore.Client:

Repository Stars
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.
EventStore/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
ravendb/ravendb
ACID Document Database
microsoft/clrmd
Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
Version Downloads Last updated
0.2.532401 67,049 6/27/2024
0.2.510501 371,158 2/6/2024
0.2.505301 48,241 1/4/2024
0.2.452401 176,281 10/26/2023
0.2.447801 18,861 9/29/2023
0.2.442301 42,027 8/28/2023
0.2.430602 105,600 6/8/2023
0.2.421201 104,364 4/13/2023
0.2.410101 352,845 2/15/2023
0.2.351802 129,055 10/22/2022
0.2.328102 3,579,748 6/1/2022
0.2.327302 7,758 5/24/2022
0.2.320703 42,533 4/19/2022
0.2.257301 272,966 12/2/2021
0.2.251802 12,206,240 10/19/2021
0.2.248003 4,268 10/5/2021
0.2.236902 698,500 7/22/2021
0.2.227602 42,661 6/5/2021
0.2.221401 2,232,135 4/21/2021
0.2.217401 8,267 3/26/2021
0.2.160202 467,587 12/9/2020
0.2.152202 40,304 11/10/2020
0.2.141901 90,037 8/22/2020
0.2.137102 2,436,422 7/22/2020
0.2.61701 14,132,640 12/17/2019
0.1.0-preview.19606.2 4,394 12/7/2019

.NET Core Diagnostics Client Library