Microsoft.Diagnostics.Tracing.EventSource.Redist
5.0.0
Requires NuGet 2.12 or higher.
dotnet add package Microsoft.Diagnostics.Tracing.EventSource.Redist --version 5.0.0
NuGet\Install-Package Microsoft.Diagnostics.Tracing.EventSource.Redist -Version 5.0.0
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventSource.Redist" Version="5.0.0" />
paket add Microsoft.Diagnostics.Tracing.EventSource.Redist --version 5.0.0
#r "nuget: Microsoft.Diagnostics.Tracing.EventSource.Redist, 5.0.0"
// Install Microsoft.Diagnostics.Tracing.EventSource.Redist as a Cake Addin #addin nuget:?package=Microsoft.Diagnostics.Tracing.EventSource.Redist&version=5.0.0 // Install Microsoft.Diagnostics.Tracing.EventSource.Redist as a Cake Tool #tool nuget:?package=Microsoft.Diagnostics.Tracing.EventSource.Redist&version=5.0.0
This package includes the class Microsoft.Diagnostics.Tracing.EventSource which enables firing ETW events from managed code. This is the "runtime" or "redist" EventSource package and should be referenced directly only by other NuGet packages that need the EventSource functionality. Application developers that need this functionality should instead reference the Microsoft.Diagnostics.Tracing.EventSource NuGet package which provides an enhanced developer experience.
This package enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework, .NET Core, and netstandard2.0 in the System.Diagnostics.Tracing namespace. This package contains the latest version of EventSource and is meant to be used as a stop gap for .NET Framework developers until features and fixes are ported to System.Diagnostics.Tracing.EventSource in the .NET Framework.
For more details, have a look at https://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx.
Commonly Used Types:
Microsoft.Diagnostics.Tracing.EventSource
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.Diagnostics.Tracing.EventSource.Redist:
Package | Downloads |
---|---|
Microsoft.ApplicationInsights.Agent.Intercept
This NuGet enables Interception of method calls. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156 |
|
Microsoft.ApplicationInsights.PersistenceChannel
This channel provides a peristant channel to Application Insights that will preserve telemetry in offline scenarios. This is a dependent package, for a best experience please install the platform specific package. |
|
Microsoft.Diagnostics.Tracing.EventSource
This package exposes an enhanced developer experience for coding against the Microsoft.Diagnostics.Tracing.EventSource (including build time validation). Microsoft.Diagnostics.Tracing.EventSource allows for firing ETW events from managed code. It enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework. This package provides a newer version that has more features. It is meant to be used as a stop gap until those features it contains are ported to System.Diagnostics.Tracing.EventSource. For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx. New features: - ETW channel support - Support for static registration Supported Platforms: - .NET Framework 3.5 - .NET Framework 4.0 - .NET Framework 4.5 - Windows Store apps - Windows Phone App 8.1 |
GitHub repositories (21)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Diagnostics.Tracing.EventSource.Redist:
Repository | Stars |
---|---|
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
|
|
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
|
|
pardahlman/RawRabbit
A modern .NET framework for communication over RabbitMq
|
|
microsoft/dotnet-samples
Contains samples and documentation for libraries and tools of the .NET framework. Pull requests welcome!
|
|
net-commons/common-logging
A portable logging abstraction for .NET
|