System.Diagnostics.DiagnosticSource 4.4.0-preview1-25305-02

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of System.Diagnostics.DiagnosticSource.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.6 or higher.

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

// Install System.Diagnostics.DiagnosticSource as a Cake Tool
#tool nuget:?package=System.Diagnostics.DiagnosticSource&version=4.4.0-preview1-25305-02&prerelease

Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)

Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource

af7d2ae49c79bb279625de4e92f7f91f9fe94f5d

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (721)

Showing the top 5 NuGet packages that depend on System.Diagnostics.DiagnosticSource:

Package Downloads
Microsoft.Extensions.Logging The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Logging infrastructure default implementation for Microsoft.Extensions.Logging.

System.Net.Http The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.4.

Serilog The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Simple .NET logging with fully-structured events

Azure.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This is the implementation of the Azure Client Pipeline

Microsoft.Identity.Client The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts, and social identities via Azure AD B2C. These tokens provide access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based clients - .NET, .NET Framework, .NET MAUI, Xamarin iOS, Xamarin Android and UWP

GitHub repositories (336)

Showing the top 5 popular GitHub repositories that depend on System.Diagnostics.DiagnosticSource:

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Version Downloads Last updated
9.0.0-preview.2.24128.5 2,975 3/12/2024
9.0.0-preview.1.24080.9 37,805 2/13/2024
8.0.0 22,956,787 11/14/2023
8.0.0-rc.2.23479.6 639,526 10/10/2023
8.0.0-rc.1.23419.4 308,662 9/12/2023
8.0.0-preview.7.23375.6 40,254 8/8/2023
8.0.0-preview.6.23329.7 10,546 7/11/2023
8.0.0-preview.5.23280.8 19,947 6/13/2023
8.0.0-preview.4.23259.5 31,733 5/16/2023
8.0.0-preview.3.23174.8 21,045 4/11/2023
8.0.0-preview.2.23128.3 32,928 3/14/2023
8.0.0-preview.1.23110.8 14,799 2/21/2023
7.0.2 20,481,544 3/14/2023
7.0.1 33,970,943 2/14/2023
7.0.0 44,582,552 11/7/2022
7.0.0-rc.2.22472.3 1,831,509 10/11/2022
7.0.0-rc.1.22426.10 1,210,932 9/14/2022
7.0.0-preview.7.22375.6 1,535,728 8/9/2022
7.0.0-preview.6.22324.4 10,611 7/12/2022
7.0.0-preview.5.22301.12 14,824 6/14/2022
7.0.0-preview.4.22229.4 12,155 5/10/2022
7.0.0-preview.3.22175.4 75,232 4/13/2022
7.0.0-preview.2.22152.2 212,186 3/14/2022
7.0.0-preview.1.22076.8 101,999 2/17/2022
6.0.2-mauipre.1.22102.15 122,553 2/15/2022
6.0.2-mauipre.1.22054.8 176,315 1/19/2022
6.0.1 58,589,032 3/14/2023
6.0.0 391,437,882 11/8/2021
6.0.0-rc.2.21480.5 1,287,962 10/12/2021
6.0.0-rc.1.21451.13 4,201,608 9/14/2021
6.0.0-preview.7.21377.19 339,645 8/10/2021
6.0.0-preview.6.21352.12 503,202 7/14/2021
6.0.0-preview.5.21301.5 257,224 6/15/2021
6.0.0-preview.4.21253.7 122,144 5/24/2021
6.0.0-preview.3.21201.4 509,464 4/8/2021
6.0.0-preview.2.21154.6 183,256 3/11/2021
6.0.0-preview.1.21102.12 206,957 2/12/2021
5.0.1 130,376,988 1/12/2021
5.0.0 350,576,581 11/9/2020
5.0.0-rc.2.20475.5 627,979 10/13/2020
5.0.0-rc.1.20451.14 578,333 9/14/2020
5.0.0-preview.8.20407.11 246,828 8/25/2020
5.0.0-preview.7.20364.11 350,981 7/21/2020
5.0.0-preview.6.20305.6 76,575 6/25/2020
5.0.0-preview.5.20278.1 2,318 6/10/2020
5.0.0-preview.4.20251.6 20,170 5/18/2020
5.0.0-preview.3.20214.6 140,110 4/23/2020
5.0.0-preview.2.20160.6 80,060 4/2/2020
5.0.0-preview.1.20120.5 22,225 3/16/2020
4.7.1 258,771,485 5/12/2020
4.7.0 306,215,361 12/3/2019
4.7.0-preview3.19551.4 213,125 11/13/2019
4.7.0-preview2.19523.17 42,124 11/1/2019
4.7.0-preview1.19504.10 721,506 10/15/2019
4.6.0 395,861,089 9/23/2019
4.6.0-rc1.19456.4 89,086 9/16/2019
4.6.0-preview9.19421.4 1,302,049 9/4/2019
4.6.0-preview9.19416.11 1,182 9/4/2019
4.6.0-preview8.19405.3 437,699 8/13/2019
4.6.0-preview7.19362.9 290,235 7/23/2019
4.6.0-preview6.19303.8 328,415 6/12/2019
4.6.0-preview6.19264.9 1,432 9/4/2019
4.6.0-preview5.19224.8 684,241 5/6/2019
4.6.0-preview4.19212.13 243,911 4/18/2019
4.6.0-preview3.19128.7 238,885 3/6/2019
4.6.0-preview.19073.11 90,318 1/29/2019
4.6.0-preview.18571.3 113,256 12/3/2018
4.5.1 269,381,868 10/1/2018
4.5.0 435,452,811 5/29/2018
4.5.0-rc1 454,523 5/6/2018
4.5.0-preview2-26406-04 661,995 4/10/2018
4.5.0-preview1-26216-02 595,805 2/26/2018
4.4.1 188,659,066 8/11/2017
4.4.0 32,217,136 6/28/2017
4.4.0-preview2-25405-01 270,995 6/14/2017
4.4.0-preview2-25330-01 66,462 5/31/2017
4.4.0-preview1-25305-02 75,026 5/9/2017
4.4.0-preview1-25214-03 251,549 4/14/2017
4.3.1 51,692,037 5/9/2017
4.3.0 927,227,121 11/15/2016
4.3.0-preview1-24530-04 351,384 10/24/2016
4.0.0 365,092,638 6/27/2016
4.0.0-rc2-24027 11,868,842 5/16/2016
4.0.0-beta-23516 686,716 11/18/2015