System.Diagnostics.DiagnosticSource
5.0.1
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.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package System.Diagnostics.DiagnosticSource -Version 5.0.1
dotnet add package System.Diagnostics.DiagnosticSource --version 5.0.1
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Diagnostics.DiagnosticSource --version 5.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Diagnostics.DiagnosticSource, 5.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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=5.0.1
// Install System.Diagnostics.DiagnosticSource as a Cake Tool
#tool nuget:?package=System.Diagnostics.DiagnosticSource&version=5.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
.NETCoreApp 2.1
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.5
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
.NETFramework 4.6
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
.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.AppContext (>= 4.3.0)
- 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.4)
- System.Reflection (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.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.4)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
MonoAndroid 1.0
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
MonoTouch 1.0
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
net5.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.4)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
Windows 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
-
Xamarin.iOS 1.0
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
Xamarin.Mac 2.0
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
Xamarin.TVOS 1.0
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
-
Xamarin.WatchOS 1.0
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
Used By
NuGet packages (374)
Showing the top 5 NuGet packages that depend on System.Diagnostics.DiagnosticSource:
Package | Downloads |
---|---|
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.
|
|
Microsoft.AspNetCore.Mvc.Core
ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.AreaAttribute
Microsoft.AspNetCore.Mvc.BindAttribute
Microsoft.AspNetCore.Mvc.ControllerBase
Microsoft.AspNetCore.Mvc.FromBodyAttribute
Microsoft.AspNetCore.Mvc.FromFormAttribute
Microsoft.AspNetCore.Mvc.RequireHttpsAttribute
Microsoft.AspNetCore.Mvc.RouteAttribute
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/33c2d01092d9a1b7a583fe99a50b15686e2b7de9
|
|
Microsoft.EntityFrameworkCore
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
|
|
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)
Commonly Used Types:
System.Data.SqlClient.SqlConnection
System.Data.SqlClient.SqlException
System.Data.SqlClient.SqlParameter
System.Data.SqlDbType
System.Data.SqlClient.SqlDataReader
System.Data.SqlClient.SqlCommand
System.Data.SqlClient.SqlTransaction
System.Data.SqlClient.SqlParameterCollection
System.Data.SqlClient.SqlClientFactory
When using NuGet 3.x this package requires at least version 3.4.
|
GitHub repositories (202)
Showing the top 5 popular GitHub repositories that depend on System.Diagnostics.DiagnosticSource:
Repository | Stars |
---|---|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
dotnet/orleans
Orleans is a cross-platform framework for building distributed applications with .NET
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
Version History
Version | Downloads | Last updated |
---|---|---|
6.0.0-preview.3.21201.4 | 4,812 | 4/8/2021 |
6.0.0-preview.2.21154.6 | 21,416 | 3/11/2021 |
6.0.0-preview.1.21102.12 | 34,960 | 2/12/2021 |
5.0.1 | 4,499,519 | 1/12/2021 |
5.0.0 | 12,893,446 | 11/9/2020 |
5.0.0-rc.2.20475.5 | 301,170 | 10/13/2020 |
5.0.0-rc.1.20451.14 | 352,808 | 9/14/2020 |
5.0.0-preview.8.20407.11 | 115,292 | 8/25/2020 |
5.0.0-preview.7.20364.11 | 186,322 | 7/21/2020 |
5.0.0-preview.6.20305.6 | 49,146 | 6/25/2020 |
5.0.0-preview.5.20278.1 | 1,511 | 6/10/2020 |
5.0.0-preview.4.20251.6 | 10,156 | 5/18/2020 |
5.0.0-preview.3.20214.6 | 84,474 | 4/23/2020 |
5.0.0-preview.2.20160.6 | 54,068 | 4/2/2020 |
5.0.0-preview.1.20120.5 | 8,042 | 3/16/2020 |
4.7.1 | 31,346,522 | 5/12/2020 |
4.7.0 | 45,766,490 | 12/3/2019 |
4.7.0-preview3.19551.4 | 83,873 | 11/13/2019 |
4.7.0-preview2.19523.17 | 35,580 | 11/1/2019 |
4.7.0-preview1.19504.10 | 330,168 | 10/15/2019 |
4.6.0 | 57,870,444 | 9/23/2019 |
4.6.0-rc1.19456.4 | 65,985 | 9/16/2019 |
4.6.0-preview9.19421.4 | 676,179 | 9/4/2019 |
4.6.0-preview9.19416.11 | 603 | 9/4/2019 |
4.6.0-preview8.19405.3 | 153,497 | 8/13/2019 |
4.6.0-preview7.19362.9 | 183,249 | 7/23/2019 |
4.6.0-preview6.19303.8 | 149,834 | 6/12/2019 |
4.6.0-preview6.19264.9 | 651 | 9/4/2019 |
4.6.0-preview5.19224.8 | 187,476 | 5/6/2019 |
4.6.0-preview4.19212.13 | 107,132 | 4/18/2019 |
4.6.0-preview3.19128.7 | 169,784 | 3/6/2019 |
4.6.0-preview.19073.11 | 73,492 | 1/29/2019 |
4.6.0-preview.18571.3 | 92,353 | 12/3/2018 |
4.5.1 | 78,719,745 | 10/1/2018 |
4.5.0 | 65,756,086 | 5/29/2018 |
4.5.0-rc1 | 249,453 | 5/6/2018 |
4.5.0-preview2-26406-04 | 251,061 | 4/10/2018 |
4.5.0-preview1-26216-02 | 353,851 | 2/26/2018 |
4.4.1 | 81,486,044 | 8/11/2017 |
4.4.0 | 15,728,394 | 6/28/2017 |
4.4.0-preview2-25405-01 | 218,444 | 6/14/2017 |
4.4.0-preview2-25330-01 | 55,098 | 5/31/2017 |
4.4.0-preview1-25305-02 | 55,193 | 5/9/2017 |
4.4.0-preview1-25214-03 | 221,686 | 4/14/2017 |
4.3.1 | 20,230,296 | 5/9/2017 |
4.3.0 | 128,727,272 | 11/15/2016 |
4.3.0-preview1-24530-04 | 171,242 | 10/24/2016 |
4.0.0 | 81,532,162 | 6/27/2016 |
4.0.0-rc2-24027 | 6,353,761 | 5/16/2016 |
4.0.0-beta-23516 | 622,233 | 11/18/2015 |