System.Diagnostics.DiagnosticSource
5.0.0-preview.4.20251.6
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package System.Diagnostics.DiagnosticSource --version 5.0.0-preview.4.20251.6
NuGet\Install-Package System.Diagnostics.DiagnosticSource -Version 5.0.0-preview.4.20251.6
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="5.0.0-preview.4.20251.6" />
paket add System.Diagnostics.DiagnosticSource --version 5.0.0-preview.4.20251.6
#r "nuget: System.Diagnostics.DiagnosticSource, 5.0.0-preview.4.20251.6"
// Install System.Diagnostics.DiagnosticSource as a Cake Addin #addin nuget:?package=System.Diagnostics.DiagnosticSource&version=5.0.0-preview.4.20251.6&prerelease // Install System.Diagnostics.DiagnosticSource as a Cake Tool #tool nuget:?package=System.Diagnostics.DiagnosticSource&version=5.0.0-preview.4.20251.6&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
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions 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 was computed. 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. |
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.5
- System.Memory (>= 4.5.3)
-
.NETFramework 4.6
- System.Memory (>= 4.5.3)
-
.NETStandard 1.1
- System.Collections (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.NETStandard 1.3
- System.Collections (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Memory (>= 4.5.3)
- System.Reflection (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.NETStandard 2.0
- System.Memory (>= 4.5.3)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
UAP 10.0.16299
- System.Memory (>= 4.5.3)
-
Windows 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (850)
Showing the top 5 NuGet packages that depend on System.Diagnostics.DiagnosticSource:
Package | Downloads |
---|---|
Microsoft.Extensions.Logging.Abstractions
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger |
|
Microsoft.Extensions.Logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging. |
|
System.Net.Http
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. |
|
Azure.Core
This is the implementation of the Azure Client Pipeline |
|
Serilog
Simple .NET logging with fully-structured events |
GitHub repositories (374)
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
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
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+.
|
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0-rc.2.24473.5 | 58,711 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 111,709 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 120,270 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 78,097 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 76,055 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 56,180 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 153,339 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 87,708 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 87,522 | 2/13/2024 | |
8.0.1 | 11,369,778 | 4/9/2024 | |
8.0.0 | 138,933,198 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 1,368,383 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 464,575 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 49,917 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 12,431 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 30,850 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 33,858 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 23,728 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 41,579 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 18,558 | 2/21/2023 | |
7.0.2 | 49,962,588 | 3/14/2023 | |
7.0.1 | 47,101,308 | 2/14/2023 | |
7.0.0 | 78,031,302 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 2,180,013 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 1,453,073 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 1,792,540 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 11,536 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 16,225 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 12,864 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 81,824 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 237,091 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 112,571 | 2/17/2022 | |
6.0.1 | 181,031,080 | 3/14/2023 | |
6.0.0 | 528,156,651 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 1,372,472 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 4,798,764 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 354,698 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 533,038 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 276,949 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 125,224 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 556,618 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 196,592 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 221,986 | 2/12/2021 | |
5.0.1 | 149,498,011 | 1/12/2021 | |
5.0.0 | 451,652,541 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 651,009 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 602,917 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 254,779 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 359,452 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 78,616 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 2,742 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 20,727 | 5/18/2020 | |
5.0.0-preview.3.20214.6 | 149,378 | 4/23/2020 | |
5.0.0-preview.2.20160.6 | 82,718 | 4/2/2020 | |
5.0.0-preview.1.20120.5 | 24,019 | 3/16/2020 | |
4.7.1 | 307,585,545 | 5/12/2020 | |
4.7.0 | 352,103,508 | 12/3/2019 | |
4.7.0-preview3.19551.4 | 220,751 | 11/13/2019 | |
4.7.0-preview2.19523.17 | 43,092 | 11/1/2019 | |
4.7.0-preview1.19504.10 | 768,634 | 10/15/2019 | |
4.6.0 | 478,647,281 | 9/23/2019 | |
4.6.0-rc1.19456.4 | 91,845 | 9/16/2019 | |
4.6.0-preview9.19421.4 | 1,353,858 | 9/4/2019 | |
4.6.0-preview9.19416.11 | 1,593 | 9/4/2019 | |
4.6.0-preview8.19405.3 | 459,472 | 8/13/2019 | |
4.6.0-preview7.19362.9 | 311,723 | 7/23/2019 | |
4.6.0-preview6.19303.8 | 369,106 | 6/12/2019 | |
4.6.0-preview6.19264.9 | 1,862 | 9/4/2019 | |
4.6.0-preview5.19224.8 | 716,918 | 5/6/2019 | |
4.6.0-preview4.19212.13 | 245,154 | 4/18/2019 | |
4.6.0-preview3.19128.7 | 246,265 | 3/6/2019 | |
4.6.0-preview.19073.11 | 92,149 | 1/29/2019 | |
4.6.0-preview.18571.3 | 116,904 | 12/3/2018 | |
4.5.1 | 302,020,408 | 10/1/2018 | |
4.5.0 | 536,115,415 | 5/29/2018 | |
4.5.0-rc1 | 484,119 | 5/6/2018 | |
4.5.0-preview2-26406-04 | 729,760 | 4/10/2018 | |
4.5.0-preview1-26216-02 | 630,763 | 2/26/2018 | |
4.4.1 | 211,356,770 | 8/11/2017 | |
4.4.0 | 34,462,925 | 6/28/2017 | |
4.4.0-preview2-25405-01 | 279,961 | 6/14/2017 | |
4.4.0-preview2-25330-01 | 68,715 | 5/31/2017 | |
4.4.0-preview1-25305-02 | 78,168 | 5/9/2017 | |
4.4.0-preview1-25214-03 | 256,840 | 4/14/2017 | |
4.3.1 | 60,666,571 | 5/9/2017 | |
4.3.0 | 1,125,699,440 | 11/15/2016 | |
4.3.0-preview1-24530-04 | 382,145 | 10/24/2016 | |
4.0.0 | 424,990,927 | 6/27/2016 | |
4.0.0-rc2-24027 | 13,118,256 | 5/16/2016 | |
4.0.0-beta-23516 | 694,736 | 11/18/2015 |