System.IO.Hashing
by: Microsoft
- 122 total downloads
- Latest version: 10.0.6
Provides non-cryptographic hash algorithms, such as CRC-32.
Commonly Used Types:
System.IO.Hashing.Crc32
System.IO.Hashing.XxHash32
System.Composition.Runtime
by: Microsoft
- 12 total downloads
- Latest version: 10.0.6
Contains runtime components of the Managed Extensibility Framework (MEF).
System.Diagnostics.EventLog
by: Microsoft
- 26 total downloads
- Latest version: 10.0.6
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.
Commonly Used Types:
System.Diagnostics.EventLog
System.Configuration.ConfigurationManager
by: Microsoft
- 18 total downloads
- Latest version: 10.0.6
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
System.Composition.AttributedModel
by: Microsoft
- 17 total downloads
- Latest version: 10.0.6
Provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata with the Managed Extensibility Framework (MEF).
System.Composition.TypedParts
by: Microsoft
- 16 total downloads
- Latest version: 10.0.6
Provides container configuration and some extension methods for the Managed Extensibility Framework (MEF).
System.Composition.Convention
by: Microsoft
- 14 total downloads
- Latest version: 10.0.6
Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
System.Composition.Hosting
by: Microsoft
- 14 total downloads
- Latest version: 10.0.6
Provides Managed Extensibility Framework (MEF) types that are useful to developers of extensible applications, or hosts.
System.Formats.Asn1
by: Microsoft
- 5 total downloads
- Latest version: 9.0.2
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.IO.Pipelines
by: Microsoft
- 13 total downloads
- Latest version: 10.0.6
Single producer single consumer byte buffer management.
Commonly Used Types:
System.IO.Pipelines.Pipe
System.IO.Pipelines.PipeWriter
System.IO.Pipelines.PipeReader
System.IdentityModel.Tokens.Jwt
by: Microsoft
- 1 total downloads
- Latest version: 8.17.0
Includes types that provide support for creating, serializing and validating JSON Web Tokens. As of IdentityModel 7x, this is a legacy tool that should be replaced with Microsoft.IdentityModel.JsonWebTokens.
System.Diagnostics.DiagnosticSource
by: Microsoft
- 16 total downloads
- Latest version: 10.0.6
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
System.Reflection
by: Microsoft
- 1 total downloads
- Latest version: 4.0.10-beta-22605
Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods.
Commonly Used Types:
System.Reflection.MethodInfo
System.Reflection.PropertyInfo
System.Reflection.ParameterInfo
System.Reflection.FieldInfo
System.Reflection.ConstructorInfo
System.Reflection.Assembly
System.Reflection.MemberInfo
System.Reflection.EventInfo
System.Reflection.Module
System.Console
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides the System.Console class, which represents the standard input, output and error streams for console applications.
Commonly Used Types:
System.Console
System.ConsoleColor
System.Diagnostics.PerformanceCounter
by: Microsoft
- 7 total downloads
- Latest version: 10.0.6
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters.
Commonly Used Types:
System.Diagnostics.PerformanceCounter
System.Reflection.Metadata
by: Microsoft
- 7 total downloads
- Latest version: 10.0.6
This package provides a low-level .NET (ECMA-335) metadata reader and writer. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers. The metadata format is defined by the ECMA-335 - Common Language Infrastructure (CLI) specification.
The System.Reflection.Metadata library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.Net.Http.WinHttpHandler
by: Microsoft
- 8 total downloads
- Latest version: 10.0.6
Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler.
Commonly Used Types:
System.Net.Http.WinHttpHandler
System.Diagnostics.Process
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides the System.Diagnostics.Process class, which allows interaction with local and remote processes.
Commonly Used Types:
System.Diagnostics.Process
System.Diagnostics.ProcessModule
System.Diagnostics.ProcessStartInfo
System.Diagnostics.ProcessThread
System.Private.ServiceModel
by: Microsoft
- 4 total downloads
- Latest version: 4.5.0-rc1-26502-06
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages.
32c5f3642810d5731e67683ba415757fa7ad1a6c
When using NuGet 3.x this package requires at least version 3.4.
System.Reflection.Context
by: Microsoft
- 7 total downloads
- Latest version: 10.0.6
Provides CustomReflectionContext to enable customized reflection contexts.