Microsoft.Diagnostics.Tracing.TraceEvent 1.0.28

Requires NuGet 2.5 or higher.

dotnet add package Microsoft.Diagnostics.Tracing.TraceEvent --version 1.0.28
                    
NuGet\Install-Package Microsoft.Diagnostics.Tracing.TraceEvent -Version 1.0.28
                    
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.Tracing.TraceEvent" Version="1.0.28" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="1.0.28" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Diagnostics.Tracing.TraceEvent --version 1.0.28
                    
#r "nuget: Microsoft.Diagnostics.Tracing.TraceEvent, 1.0.28"
                    
#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.
#addin nuget:?package=Microsoft.Diagnostics.Tracing.TraceEvent&version=1.0.28
                    
Install Microsoft.Diagnostics.Tracing.TraceEvent as a Cake Addin
#tool nuget:?package=Microsoft.Diagnostics.Tracing.TraceEvent&version=1.0.28
                    
Install Microsoft.Diagnostics.Tracing.TraceEvent as a Cake Tool

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 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.
-- A Programmers Guide for using the classes above.

Also see the TraceEvent Samples NuGet package for example uses of this library.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (75)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Diagnostics.Tracing.TraceEvent:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
netchx/netch
A simple proxy client
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
chocolatey/choco
Chocolatey - the package manager for Windows
kurrent-io/KurrentDB
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
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
Azure/DotNetty
DotNetty project – a port of netty, event-driven asynchronous network application framework
ravendb/ravendb
ACID Document Database
bombomby/optick
C++ Profiler For Games
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
openbullet/OpenBullet2
OpenBullet reinvented
oleg-shilo/cs-script
C# scripting platform
dotnet/roslyn-analyzers
dotnet/corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
matterpreter/OffensiveCSharp
Collection of Offensive C# Tooling
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
xoofx/ultra
An advanced profiler for .NET Applications on Windows
Version Downloads Last updated
1.0.28 299 5/5/2015
1.0.26 2,149 3/27/2015
1.0.25 8,893 1/10/2015
1.0.24 139 1/8/2015
1.0.23 2,107 12/12/2014
1.0.21 2,249 7/24/2014
1.0.20 314 7/21/2014
1.0.16 864 6/27/2014
1.0.15 10,233 6/7/2014
1.0.13 317 5/20/2014
1.0.12 249 5/13/2014
1.0.11 5,275 3/26/2014
1.0.10 125 3/25/2014
1.0.5 2,796 1/3/2014
1.0.4 101 1/3/2014
1.0.3 208 1/3/2014
1.0.2-rc 82 12/10/2013
1.0.1-beta 4,562 8/15/2013