Metadata >> NuGet >> Microsoft.Diagnostics.Tracing.EventSource

Microsoft.Diagnostics.Tracing.EventSource

Metadata

Authors Microsoft
Copyrights Copyright (c) Microsoft Corporation
Description 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 http://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
IconUrl http://go.microsoft.com/fwlink/?LinkID=288859
LicenseUrl http://go.microsoft.com/fwlink/?LinkId=329770
Owners Microsoft
ProjectUrl http://go.microsoft.com/fwlink/?LinkID=317375
RequireLicenseAcceptance True
Summary EventSource is a managed library for generating ETW events.
Tags EventSource Microsoft ETW EventLog Channel
Dependencies Microsoft.Diagnostics.Tracing.EventSource.Redist:1.1.26|Microsoft.Diagnostics.Tracing.EventRegister:1.1.26
Title Microsoft EventSource Library
PackageSize 9767
PackageHashAlgorithm SHA512
PackageHash b6p2bSQr6C5oPVDCSjWKNwSIZEgGXUhxLY8wkLWR32CWJ88QON4BzDOAZhrP4uHZxOogRUcteXLxxvSgs7Mdvw==
DownloadCount 000000
CreatedDate 2015-10-06T22:05:57

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Microsoft.Diagnostics.Tracing.EventSource -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.Diagnostics.Tracing.EventSource -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Microsoft.Diagnostics.Tracing.EventSource
Installing the package (HTTP Basic authentication):
Install-Package Microsoft.Diagnostics.Tracing.EventSource -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Microsoft.Diagnostics.Tracing.EventSource -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Microsoft.Diagnostics.Tracing.EventSource

OpenWrap

Installing the package:
o add-wrap Microsoft.Diagnostics.Tracing.EventSource
Uninstalling the package:
o remove-wrap Microsoft.Diagnostics.Tracing.EventSource

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.26
1.1.25