Microsoft.Windows.EventTracing.Processing.All 1.6.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Windows.EventTracing.Processing.All --version 1.6.0
NuGet\Install-Package Microsoft.Windows.EventTracing.Processing.All -Version 1.6.0
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.Windows.EventTracing.Processing.All" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Windows.EventTracing.Processing.All --version 1.6.0
#r "nuget: Microsoft.Windows.EventTracing.Processing.All, 1.6.0"
#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.Windows.EventTracing.Processing.All as a Cake Addin
#addin nuget:?package=Microsoft.Windows.EventTracing.Processing.All&version=1.6.0

// Install Microsoft.Windows.EventTracing.Processing.All as a Cake Tool
#tool nuget:?package=Microsoft.Windows.EventTracing.Processing.All&version=1.6.0

Provides a set of APIs to process Event Tracing for Windows (ETW) traces (.etl files) in .NET.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.Windows.EventTracing.Processing.All:

Package Downloads
ETWAnalyzer

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.12.10 1,012 8/23/2023
1.12.9 1,361 4/24/2023
1.12.6-preview 218 1/18/2023
1.11.109 1,164 12/2/2022
1.10.0 29,720 4/22/2022
1.9.2 7,160 11/4/2021
1.8.0 63,803 9/10/2021
1.7.4 1,941 7/15/2021
1.7.3 441 6/21/2021
1.7.2 423 6/11/2021
1.7.1 451 5/5/2021
1.7.0 409 4/27/2021
1.6.4 513 3/25/2021
1.6.3 381 3/22/2021
1.6.1 477 2/26/2021
1.6.0 418 2/18/2021
1.5.0 2,132 10/29/2020
1.4.0 775 9/25/2020
1.3.0 526 8/25/2020
1.2.2 713 7/15/2020
1.2.0 906 6/26/2020
1.1.1 521 6/19/2020
1.1.0 579 6/9/2020
1.0.0 3,688 2/20/2020
0.4.0 540 2/14/2020
0.3.3 595 2/4/2020
0.3.2 736 1/31/2020
0.3.1 685 1/27/2020
0.3.0 653 1/22/2020
0.2.1 884 9/26/2019
0.2.0 1,162 8/5/2019
0.1.0 927 5/8/2019

Changes since v1.5.0:

     # New Data Exposed
     - IProcessor now exposes the efficiency class of the processor.
     - Surface the NonTradeable bit for IResidentSetPage.

     Changes since v1.4.0:

     # Bug Fixes
     - Symbol loading performance has been improved.
     - The calculation for the processor usage timer frequency has been fixed.

     #Other
     - A new version of the toolkit has been released (v1.3.0).

     Changes since v1.2.0:

     # Bug Fixes
     - A bug was fixed that prevented stacks from working correctly in filtered generic events.

     Changes since v1.1.0:

     # New Data Exposed
     - Expose symbol on IHardFault.

     # Bug Fixes
     - The public version of data layer now works when the application path contains spaces.

     Changes since v1.0.0:

     # New Data Exposed
     - IMinifilterDataSource provides data about minifilter delays.
     - An extension method now allows for fallback formatting in case of exceptions when stringifying IGenericEventFields.
     - An extension method now allows for fallback formatting in case of exceptions when formatting IGenericEvent messages.

     # Bug Fixes
     - Thread quality-of-service data in context switches was fixed, and now returns correct values.