Microsoft.Diagnostics.Tracing.EventSource 1.1.28

Requires NuGet 2.5 or higher.

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

// Install Microsoft.Diagnostics.Tracing.EventSource as a Cake Tool
#tool nuget:?package=Microsoft.Diagnostics.Tracing.EventSource&version=1.1.28

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 https://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

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Diagnostics.Tracing.EventSource:

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.
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
pseymour/MakeMeAdmin
Make Me Admin is a simple, open-source application for Windows that allows standard user accounts to be elevated to administrator-level, on a temporary basis.
Version Downloads Last updated
1.1.28 722 12/2/2015
1.1.26 2,209 10/6/2015
1.1.25 11,112 5/27/2015
1.1.24 2,176 5/11/2015
1.1.23-beta 456 4/8/2015
1.1.20-beta 534 3/9/2015
1.1.17-beta 365 2/13/2015
1.1.15-beta 132 2/9/2015
1.1.13-beta 421 12/1/2014
1.1.11-beta 1,514 10/31/2014
1.1.10-beta 1,742 10/31/2014
1.1.8-beta 296 10/13/2014
1.1.7-beta 225 10/1/2014
1.0.26 21,998 7/17/2014
1.0.24 3,160 6/4/2014
1.0.18 3,000 5/15/2014
1.0.16 38,263 1/29/2014
1.0.14-rc 343 12/3/2013
1.0.11-rc 105 12/2/2013
1.0.10-rc 119 11/27/2013
1.0.6-beta 445 9/23/2013
1.0.4-beta 319 8/9/2013
1.0.3-beta 132 8/9/2013

Version 1.1.28 - Added Activity support (When build against V4.6 runtimes).  Fixes Activity Tracking bugs.
     Version 1.1.27 - Added EventCounter Support