Microsoft.Diagnostics.Tracing.TraceEvent 3.0.0-preview1

Prefix Reserved
This is a prerelease version of Microsoft.Diagnostics.Tracing.TraceEvent.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package Microsoft.Diagnostics.Tracing.TraceEvent --version 3.0.0-preview1
                    
NuGet\Install-Package Microsoft.Diagnostics.Tracing.TraceEvent -Version 3.0.0-preview1
                    
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="3.0.0-preview1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.0.0-preview1" />
                    
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 3.0.0-preview1
                    
#r "nuget: Microsoft.Diagnostics.Tracing.TraceEvent, 3.0.0-preview1"
                    
#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=3.0.0-preview1&prerelease
                    
Install Microsoft.Diagnostics.Tracing.TraceEvent as a Cake Addin
#tool nuget:?package=Microsoft.Diagnostics.Tracing.TraceEvent&version=3.0.0-preview1&prerelease
                    
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 .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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  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 (49)

Showing the top 5 NuGet packages that depend on Microsoft.Diagnostics.Tracing.TraceEvent:

Package Downloads
BenchmarkDotNet

Powerful .NET library for benchmarking

BenchmarkDotNet.Diagnostics.Windows

Powerful .NET library for benchmarking (Diagnostic Tools for Windows)

Steeltoe.Management.EndpointBase

Steeltoe management endpoints

Sarif.Sdk

Object model and utilities for reading and writing files in the SARIF format

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 (78)

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/EventStore
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
3.1.20 2,306 4/1/2025
3.1.19 48,567 1/31/2025
3.1.18 114,350 12/12/2024
3.1.17 96,416 11/9/2024
3.1.16 57,172 10/15/2024
3.1.15 52,243 8/27/2024
3.1.14 1,143 8/26/2024
3.1.13 99,702 7/16/2024
3.1.12 126,594 6/13/2024
3.1.11 12,055 6/10/2024
3.1.10 147,249 5/3/2024
3.1.9 217,467 3/7/2024
3.1.8 3,375,041 1/31/2024
3.1.7 93,479 12/5/2023
3.1.6 150,647 10/20/2023
3.1.5 83,968 8/25/2023
3.1.4 11,253 8/15/2023
3.1.3 1,038,232 5/18/2023
3.1.2 24,805 4/14/2023
3.1.1 118,281 4/5/2023
3.1.0 3,711 3/31/2023
3.0.8 123,966 2/28/2023
3.0.7 108,257 1/18/2023
3.0.6 104,696 11/16/2022
3.0.5 110,524 9/26/2022
3.0.4 120,253 8/26/2022
3.0.3 19,675 8/5/2022
3.0.2 14,777,956 7/1/2022
3.0.1 68,730 5/31/2022
3.0.0 57,046 4/20/2022
3.0.0-preview2 1,692 3/23/2022
3.0.0-preview1 1,529 3/2/2022
2.0.77 208,315 4/11/2022
2.0.76 140,024 3/2/2022
2.0.75 3,520 2/28/2022
2.0.74 985,743 11/9/2021
2.0.73 83,835 9/27/2021
2.0.72 5,418 9/16/2021
2.0.71 166,622 7/26/2021
2.0.70 39,822 7/7/2021
2.0.69 74,176 5/24/2021
2.0.68 29,399 4/26/2021
2.0.67 4,232 4/22/2021
2.0.66 235,763 2/22/2021
2.0.65 233,797 1/25/2021
2.0.64 1,284,055 1/5/2021
2.0.62 257,492 11/9/2020
2.0.61 8,361,290 9/21/2020
2.0.60 6,611 9/10/2020
2.0.59 27,401 9/4/2020
2.0.58 91,020 8/6/2020
2.0.57 110,832 7/2/2020
2.0.56 61,054 5/27/2020
2.0.55 844,567 4/29/2020
2.0.54 49,815 4/8/2020
2.0.52 81,629 3/23/2020
2.0.51 12,542 3/11/2020
2.0.50 19,453 3/11/2020
2.0.49 6,253,042 1/9/2020
2.0.48 196,432 11/22/2019
2.0.47 21,493 10/29/2019
2.0.46 2,586 10/24/2019
2.0.45 461,745 8/9/2019
2.0.44 468,627 7/1/2019
2.0.43 534,478 6/19/2019
2.0.42 126,235 5/7/2019
2.0.41 108,580 4/25/2019
2.0.40 82,011 4/1/2019
2.0.39 16,289 3/21/2019
2.0.38 551,133 2/27/2019
2.0.36 195,125 2/4/2019
2.0.34 266,036 1/18/2019
2.0.33 32,874 1/3/2019
2.0.32 10,736 12/13/2018
2.0.31 3,122 12/12/2018
2.0.30 437,165 11/1/2018
2.0.29 103,729 10/10/2018
2.0.26 635,059 9/19/2018
2.0.25 3,579 9/13/2018
2.0.23 107,168 9/6/2018
2.0.22 15,412 8/22/2018
2.0.19 381,549 6/13/2018
2.0.11 225,792 3/29/2018
2.0.10 46,143 3/22/2018
2.0.6 16,669 3/1/2018
2.0.5 808,745 2/21/2018
2.0.4 553,193 2/1/2018
2.0.3 12,667 2/1/2018
2.0.2 22,810,783 1/17/2018
1.0.41 1,030,841 2/3/2016
1.0.40 32,280 12/7/2015
1.0.39 26,841 10/8/2015
1.0.38 55,068 8/20/2015
1.0.35 68,070 8/6/2015
1.0.32 15,037 5/27/2015
1.0.31 2,952 5/27/2015
1.0.30 3,203 5/26/2015
1.0.29 3,799 5/15/2015
1.0.28 3,770 5/5/2015
1.0.26 92,809 3/27/2015
1.0.25 34,601 1/10/2015
1.0.24 16,713 1/8/2015
1.0.23 284,426 12/12/2014
1.0.21 30,013 7/24/2014
1.0.20 8,375 7/21/2014
1.0.16 4,688 6/27/2014
1.0.15 140,260 6/7/2014
1.0.13 11,433 5/20/2014
1.0.12 3,695 5/13/2014
1.0.11 19,340 3/26/2014
1.0.10 3,299 3/25/2014
1.0.5 7,494 1/3/2014
1.0.4 3,134 1/3/2014
1.0.3 413,674 1/3/2014
1.0.2-rc 2,853 12/10/2013
1.0.1-beta 53,254 8/15/2013