Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2018-03-01 22:42:47 +0300
committerGitHub <noreply@github.com>2018-03-01 22:42:47 +0300
commit388d31759ecd2d07dff1711fae05e4ed03c9de6f (patch)
tree54dc899f7d2bf2df4aaa5e4f0d9cd27cf4831601 /pkg
parent8ce711e455f33f7a4bcb9cdb0c5374984e11035e (diff)
Update Microsoft.Diagnostics.Tracing.EventSource.Redist description. (#27609)
Diffstat (limited to 'pkg')
-rw-r--r--pkg/descriptions.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 11f18a7770..26058c5202 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -34,7 +34,7 @@
"Name": "Microsoft.Diagnostics.Tracing.EventSource.Redist",
"Description": "This package includes the class Microsoft.Diagnostics.Tracing.EventSource which enables firing ETW events from managed code. This is the \"runtime\" or \"redist\" EventSource package and should be referenced directly only by other NuGet packages that need the EventSource functionality. Application developers that need this functionality should instead reference the Microsoft.Diagnostics.Tracing.EventSource NuGet package which provides an enhanced developer experience.
- This package 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.
+ This package 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, .NET Core, and netstandard2.0 in the System.Diagnostics.Tracing namespace. This package contains the latest version of EventSource and is meant to be used as a stop gap for .NET Framework developers until features and fixes are ported to System.Diagnostics.Tracing.EventSource in the .NET Framework.
For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx.