Microsoft.Diagnostics.Tracing.EventSource.Redist 1.1.20-beta

Prefix Reserved
This is a prerelease version of Microsoft.Diagnostics.Tracing.EventSource.Redist.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package Microsoft.Diagnostics.Tracing.EventSource.Redist --version 1.1.20-beta
                    
NuGet\Install-Package Microsoft.Diagnostics.Tracing.EventSource.Redist -Version 1.1.20-beta
                    
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.Redist" Version="1.1.20-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Diagnostics.Tracing.EventSource.Redist" Version="1.1.20-beta" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventSource.Redist" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Diagnostics.Tracing.EventSource.Redist --version 1.1.20-beta
                    
#r "nuget: Microsoft.Diagnostics.Tracing.EventSource.Redist, 1.1.20-beta"
                    
#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.
#addin nuget:?package=Microsoft.Diagnostics.Tracing.EventSource.Redist&version=1.1.20-beta&prerelease
                    
Install Microsoft.Diagnostics.Tracing.EventSource.Redist as a Cake Addin
#tool nuget:?package=Microsoft.Diagnostics.Tracing.EventSource.Redist&version=1.1.20-beta&prerelease
                    
Install Microsoft.Diagnostics.Tracing.EventSource.Redist as a Cake Tool

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.

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

This package has no dependencies.

NuGet packages (35)

Showing the top 5 NuGet packages that depend on Microsoft.Diagnostics.Tracing.EventSource.Redist:

Package Downloads
Microsoft.ApplicationInsights.Agent.Intercept

This NuGet enables Interception of method calls. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156

Microsoft.Diagnostics.Tracing.EventSource

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

Microsoft.ApplicationInsights.PersistenceChannel

This channel provides a peristant channel to Application Insights that will preserve telemetry in offline scenarios. This is a dependent package, for a best experience please install the platform specific package.

NLog.Etw

NLog target for Windows Event Tracing - ETW

VSTS.DataBulkEditor.Engine

naked Agility Visual Studio Team Services Sync & Migration Engine allows you to bulk edit data in Microsoft Team Foundation Server (TFS) and Visual Studio Team Services (VSTS). You can migrate work items, area & iterations, & test data from one Team Project to another. You can builk update work items and apply processing rules against your server or account. While the code is managed on Visual Studio Team Services all commits and releases are synched to https://github.com/nkdAgility/vsts-data-bulk-editor/

GitHub repositories (21)

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

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.
pardahlman/RawRabbit
A modern .NET framework for communication over RabbitMq
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
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
microsoft/ApplicationInsights-dotnet
ApplicationInsights-dotnet
RazorGenerator/RazorGenerator
A Custom Tool for Visual Studio that allows processing Razor files at design time instead of runtime, allowing them to be built into an assembly for simpler reuse and distribution.
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.
ChrisFulstow/NBlog
A lightweight blog engine built with ASP.NET MVC 3, Razor, jQuery and C#.
zLulus/NotePractice
My_Note 笔记练习demo
waynebaby/MVVM-Sidekick
A Modern light-weight MVVM framework based on RX and Await
personball/abplus
Abp Plus, Extension For https://github.com/aspnetboilerplate/aspnetboilerplate
sheng-jie/EventBus
C# 事件总线实现
ufcpp/UfcppSample
http://ufcpp.net/ 向けのサンプル
Windows-XAML/201505-MVA
microsoft/ApplicationInsights-dotnet-server
Microsoft Application Insights for .NET Web Applications
Plac3hold3r/MvxScaffolding
🏗️ A customizable template used to scaffold a cross-platform MvvmCross application.
rebus-org/RebusSamples
Small sample projects
Version Downloads Last updated
7.0.0-preview.7.22375.6 8,207 8/9/2022
7.0.0-preview.6.22324.4 497 7/12/2022
7.0.0-preview.5.22301.12 435 6/14/2022
7.0.0-preview.4.22229.4 494 5/10/2022
7.0.0-preview.3.22175.4 486 4/13/2022
7.0.0-preview.2.22152.2 446 3/14/2022
7.0.0-preview.1.22076.8 444 2/17/2022
6.0.0 868,904 11/8/2021
6.0.0-rc.2.21480.5 488 10/12/2021
6.0.0-rc.1.21451.13 915 9/14/2021
6.0.0-preview.7.21377.19 503 8/10/2021
6.0.0-preview.6.21352.12 479 7/14/2021
6.0.0-preview.5.21301.5 474 6/15/2021
6.0.0-preview.4.21253.7 647 5/24/2021
6.0.0-preview.3.21201.4 600 4/8/2021
6.0.0-preview.2.21154.6 535 3/11/2021
6.0.0-preview.1.21102.12 671 2/12/2021
5.0.0 838,581 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 1,062 10/13/2020
5.0.0-rc.1.20451.14 714 9/14/2020
5.0.0-preview.8.20407.11 1,133 8/25/2020
5.0.0-preview.7.20364.11 1,044 7/21/2020
5.0.0-preview.6.20305.6 809 6/25/2020
5.0.0-preview.5.20278.1 618 6/10/2020
5.0.0-preview.4.20251.6 979 5/18/2020
5.0.0-preview.3.20214.6 610 4/23/2020
5.0.0-preview.2.20160.6 704 4/2/2020
5.0.0-preview.1.20120.5 774 3/16/2020
2.2.0 1,015,494 12/3/2019
2.2.0-preview3.19551.4 739 11/13/2019
2.2.0-preview2.19523.17 678 11/1/2019
2.2.0-preview1.19504.10 721 10/15/2019
2.1.0 1,093,750 9/23/2019
2.1.0-rc1.19456.4 649 9/16/2019
2.1.0-preview9.19421.4 729 9/4/2019
2.1.0-preview9.19416.11 603 9/4/2019
2.1.0-preview8.19405.3 709 8/13/2019
2.1.0-preview7.19362.9 772 7/23/2019
2.1.0-preview6.19303.8 1,106 6/12/2019
2.1.0-preview6.19264.9 594 9/4/2019
2.1.0-preview5.19224.8 1,478 5/6/2019
2.1.0-preview4.19212.13 807 4/18/2019
2.1.0-preview3.19128.7 3,310 3/6/2019
2.1.0-preview.19073.11 926 1/29/2019
2.1.0-preview.18571.3 5,830 12/3/2018
2.0.1 1,086,525 5/29/2018
2.0.1-rc1 3,363 5/6/2018
2.0.1-preview2-26406-04 5,282 4/10/2018
2.0.0 147,850 2/28/2018
2.0.0-preview1-26216-02 3,008 2/26/2018
1.1.28 21,717,918 12/2/2015
1.1.26 88,097 10/6/2015
1.1.25 450,890 5/27/2015
1.1.24 460,615 5/11/2015
1.1.23-beta 14,168 4/8/2015
1.1.20-beta 10,195 3/9/2015
1.1.17-beta 9,335 2/13/2015
1.1.16-beta 2,173,983 2/11/2015
1.1.15-beta 7,732 2/9/2015
1.1.14-beta 225,361 12/12/2014
1.1.13-beta 26,822 12/1/2014
1.1.11-beta 182,171 10/31/2014
1.1.10-beta 7,673 10/31/2014
1.1.8-beta 7,596 10/13/2014
1.1.7-beta 6,446 10/1/2014
1.1.5-beta 4,494 8/14/2014
1.0.26 564,080 7/17/2014
1.0.24 192,066 6/4/2014