System.Diagnostics.Tracing 4.0.21-beta-23409
Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW).
Commonly Used Types:
System.Diagnostics.Tracing.EventSource
System.Diagnostics.Tracing.EventListener
System.Diagnostics.Tracing.EventLevel
System.Diagnostics.Tracing.EventKeywords
System.Diagnostics.Tracing.EventWrittenEventArgs
System.Diagnostics.Tracing.EventAttribute
System.Diagnostics.Tracing.EventSourceAttribute
System.Diagnostics.Tracing.NonEventAttribute
Showing the top 20 packages that depend on System.Diagnostics.Tracing.
Packages | Downloads |
---|---|
System.Net.Requests
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package.
Commonly Used Types:
System.Net.HttpWebRequest
System.Net.HttpWebResponse
System.Net.HttpRequestHeader
System.Net.WebException
System.Net.WebExceptionStatus
System.Net.WebRequest
System.Net.WebResponse
When using NuGet 3.x this package requires at least version 3.4.
|
82 |
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
|
74 |
System.Net.NameResolution
Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution.
Commonly Used Types:
System.Net.Dns
System.Net.IPHostEntry
When using NuGet 3.x this package requires at least version 3.4.
|
72 |
System.Net.WebSockets.Client
Provides the System.Net.WebSockets.ClientWebSocket class, which implements the client role of the WebSockets protocol (RFC 6455).
Commonly Used Types:
System.Net.WebSockets.ClientWebSocket
When using NuGet 3.x this package requires at least version 3.4.
|
70 |
System.Threading.Tasks.Parallel
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel.
Commonly Used Types:
System.Threading.Tasks.Parallel
System.Threading.Tasks.ParallelLoopState
System.Threading.Tasks.ParallelLoopResult
System.Threading.Tasks.ParallelOptions
When using NuGet 3.x this package requires at least version 3.4.
|
67 |
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.
|
62 |
System.Net.Security
Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints.
Commonly Used Types:
System.Net.Security.SslStream
System.Net.Security.ExtendedProtectionPolicy
When using NuGet 3.x this package requires at least version 3.4.
|
62 |
System.Buffers
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
Commonly Used Types:
System.Buffers.ArrayPool<T>
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
When using NuGet 3.x this package requires at least version 3.4.
|
62 |
System.Diagnostics.DiagnosticSource
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.
|
61 |
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
|
61 |
System.Threading.Tasks.Parallel
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel.
Commonly Used Types:
System.Threading.Tasks.Parallel
System.Threading.Tasks.ParallelLoopState
System.Threading.Tasks.ParallelLoopResult
System.Threading.Tasks.ParallelOptions
|
61 |
System.Threading.Tasks.Parallel
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel.
Commonly Used Types:
System.Threading.Tasks.Parallel
System.Threading.Tasks.ParallelLoopState
System.Threading.Tasks.ParallelLoopResult
System.Threading.Tasks.ParallelOptions
When using NuGet 3.x this package requires at least version 3.4.
|
60 |
System.Net.Requests
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package.
Commonly Used Types:
System.Net.HttpWebRequest
System.Net.HttpWebResponse
System.Net.HttpRequestHeader
System.Net.WebException
System.Net.WebExceptionStatus
System.Net.WebRequest
System.Net.WebResponse
When using NuGet 3.x this package requires at least version 3.4.
|
58 |
System.Collections.Concurrent
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.
Commonly Used Types:
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
System.Collections.Concurrent.ConcurrentQueue<T>
System.Collections.Concurrent.ConcurrentBag<T>
System.Collections.Concurrent.BlockingCollection<T>
System.Collections.Concurrent.ConcurrentStack<T>
When using NuGet 3.x this package requires at least version 3.4.
|
56 |
Microsoft.VisualStudio.Threading
Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET application (not just Visual Studio).
|
56 |
Microsoft.NETCore.Runtime.Native
Support libraries for the .NET Core runtime used by .NETNative.
|
55 |
System.Linq.Parallel
Provides classes that supports parallel queries that use Language-Integrated Query (LINQ).
Commonly Used Types:
System.Linq.ParallelQuery<TSource>
System.Linq.ParallelEnumerable
System.Linq.ParallelQuery
System.Linq.OrderedParallelQuery<TSource>
When using NuGet 3.x this package requires at least version 3.4.
|
55 |
System.Net.NetworkInformation
Provides access to network traffic data, network address information, and notification of address changes for the local computer.
Commonly Used Types:
System.Net.NetworkInformation.NetworkInterface
System.Net.NetworkInformation.NetworkInformationException
System.Net.NetworkInformation.NetworkAddressChangedEventHandler
System.Net.NetworkInformation.NetworkInterfaceType
System.Net.NetworkInformation.OperationalStatus
System.Net.NetworkInformation.IPGlobalProperties
System.Net.NetworkInformation.UnicastIPAddressInformation
System.Net.NetworkInformation.UnicastIPAddressInformationCollection
System.Net.NetworkInformation.PhysicalAddress
System.Net.NetworkInformation.TcpConnectionInformation
When using NuGet 3.x this package requires at least version 3.4.
|
54 |
System.Linq.Parallel
Provides classes that supports parallel queries that use Language-Integrated Query (LINQ).
Commonly Used Types:
System.Linq.ParallelQuery<TSource>
System.Linq.ParallelEnumerable
System.Linq.ParallelQuery
System.Linq.OrderedParallelQuery<TSource>
|
54 |
System.Diagnostics.DiagnosticSource
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
e665135189d0e137f4fe8f5005201d8ba84b7603
|
53 |
MonoAndroid 1.0
- No dependencies.
.NETCore 5.0
- System.Runtime.Extensions (>= 4.0.10)
- System.Threading (>= 4.0.10)
- System.Collections (>= 4.0.10)
- System.Reflection (>= 4.0.10)
- System.Text.Encoding (>= 4.0.0)
- System.Globalization (>= 4.0.0)
- System.Runtime.InteropServices (>= 4.0.0)
- System.Reflection.Extensions (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Diagnostics.Contracts (>= 4.0.0)
.NETPlatform 5.0
- System.Runtime (>= 4.0.0)
Xamarin.Mac 2.0
- No dependencies.
Xamarin.iOS 1.0
- No dependencies.
.NET Framework 4.6
- No dependencies.
MonoTouch 1.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 48 | 5/26/2022 |
4.3.0-preview1-24530-04 | 58 | 5/26/2022 |
4.1.0 | 39 | 6/27/2022 |
4.1.0-rc2-24027 | 41 | 5/26/2022 |
4.0.21-beta-23516 | 60 | 6/1/2022 |
4.0.21-beta-23409 | 45 | 6/27/2022 |
4.0.21-beta-23225 | 46 | 6/6/2022 |
4.0.20 | 40 | 6/27/2022 |
4.0.20-beta-23109 | 42 | 6/27/2022 |
4.0.20-beta-23019 | 49 | 6/27/2022 |
4.0.20-beta-22816 | 39 | 6/6/2022 |
4.0.20-beta-22605 | 50 | 6/27/2022 |
4.0.10 | 61 | 5/26/2022 |
4.0.10-beta-23109 | 40 | 6/6/2022 |
4.0.10-beta-23019 | 49 | 6/27/2022 |
4.0.10-beta-22416 | 43 | 6/27/2022 |
4.0.10-beta-22231 | 55 | 6/27/2022 |
4.0.0 | 35 | 6/6/2022 |
4.0.0-beta-23109 | 48 | 5/26/2022 |
4.0.0-beta-23019 | 57 | 6/2/2022 |