Microsoft.Diagnostics.Tracing.EventSource.Samples
1.1.24
Prefix Reserved
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package Microsoft.Diagnostics.Tracing.EventSource.Samples --version 1.1.24
NuGet\Install-Package Microsoft.Diagnostics.Tracing.EventSource.Samples -Version 1.1.24
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventSource.Samples" Version="1.1.24" />
paket add Microsoft.Diagnostics.Tracing.EventSource.Samples --version 1.1.24
#r "nuget: Microsoft.Diagnostics.Tracing.EventSource.Samples, 1.1.24"
// Install Microsoft.Diagnostics.Tracing.EventSource.Samples as a Cake Addin #addin nuget:?package=Microsoft.Diagnostics.Tracing.EventSource.Samples&version=1.1.24 // Install Microsoft.Diagnostics.Tracing.EventSource.Samples as a Cake Tool #tool nuget:?package=Microsoft.Diagnostics.Tracing.EventSource.Samples&version=1.1.24
This package includes samples illustrating the use of the Microsoft.Diagnostics.Tracing.EventSource library. Works best if you create a console app called 'DemoEventSource' and reference this package.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Diagnostics.Tracing.EventSource (>= 1.1.24)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.28 | 28,803 | 12/2/2015 |
1.1.26 | 3,362 | 10/6/2015 |
1.1.25 | 3,451 | 5/27/2015 |
1.1.24 | 3,117 | 5/11/2015 |
1.1.23-beta | 2,754 | 4/8/2015 |
1.1.20-beta | 2,581 | 3/9/2015 |
1.1.17-beta | 2,999 | 2/13/2015 |
1.1.15-beta | 2,835 | 2/9/2015 |
1.1.14-beta | 2,864 | 12/12/2014 |
1.1.13-beta | 2,692 | 12/1/2014 |
1.1.11-beta | 3,609 | 10/31/2014 |
1.1.10-beta | 4,325 | 10/31/2014 |
1.1.8-beta | 2,497 | 10/13/2014 |
1.1.7-beta | 2,648 | 10/1/2014 |
1.0.26 | 3,878 | 7/17/2014 |
1.0.24 | 2,943 | 6/4/2014 |
1.0.18 | 5,000 | 5/15/2014 |
1.0.16 | 3,199 | 1/29/2014 |
1.0.14-rc | 2,755 | 12/3/2013 |
1.0.11-rc | 2,829 | 12/2/2013 |
1.0.10-rc | 2,637 | 11/27/2013 |
1.0.6-beta | 2,937 | 9/23/2013 |
1.0.4-beta | 3,074 | 8/9/2013 |
1.0.3-beta | 3,241 | 8/9/2013 |
The 1.1 release of EventSource has a number of new non-trivial features
DynamicEvents - Allows events defined 'on the fly' by without creating a 'event method'.
RichPayloads - Allows specially attributed classes and arrays as well as primitive types to be passed as a payload.
ActivityTracking - Causes Start and Stop events to tag events between them with ID that represents all currently active activities.
All of these features are non-trivial in the sense that they need more explanation than release notes justify.
Eventually MSDN will have this documentation, and you can go to https://blogs.msdn.com/b/vancem/ to get a preview.