Microsoft.Extensions.Primitives
by: Microsoft
- 8 total downloads
- Latest version: 10.0.5
Primitives shared by framework extensions. Commonly used types include:
Commonly Used Types:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment
Microsoft.Extensions.Options
by: Microsoft
- 6 total downloads
- Latest version: 10.0.5
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Hosting
by: Microsoft
- 2 total downloads
- Latest version: 9.0.6
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Logging
by: Microsoft
- 6 total downloads
- Latest version: 10.0.5
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 8 total downloads
- Latest version: 10.0.5
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.EventSource
by: Microsoft
- 2 total downloads
- Latest version: 9.0.6
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.FileProviders.Physical
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Hosting.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 9.0.6
Hosting and startup abstractions for applications.
NSec.Cryptography
by: Klaus Hartke
- 1 total downloads
- Latest version: 26.1.0-preview.1
Provides modern cryptographic algorithm implementations for .NET based on libsodium.
Commonly Used Types:
NSec.Cryptography.Aegis256
NSec.Cryptography.Argon2id
NSec.Cryptography.Blake2b
NSec.Cryptography.Chacha20Poly1305
NSec.Cryptography.Ed25519
NSec.Cryptography.X25519
Microsoft.Extensions.Logging.Debug
by: Microsoft
- 2 total downloads
- Latest version: 9.0.6
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
Microsoft.NET.Workloads.10.0.200
by: Microsoft
- 1 total downloads
- Latest version: 10.202.0
This package contains the workload set manifest for the 10.0.200 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.
Microsoft.Extensions.Logging.Console
by: Microsoft
- 2 total downloads
- Latest version: 9.0.6
Console logger provider implementation for Microsoft.Extensions.Logging.
Newtonsoft.Json
by: James Newton-King
- 2 total downloads
- Latest version: 10.0.3
Json.NET is a popular high-performance JSON framework for .NET
- 2 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Logging.EventLog
by: Microsoft
- 2 total downloads
- Latest version: 9.0.6
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
NETStandard.Library
by: Microsoft
- 2 total downloads
- Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 2 total downloads
- Latest version: 3.0.0
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 4 total downloads
- Latest version: 10.0.5
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Logging.Configuration
by: Microsoft
- 2 total downloads
- Latest version: 9.0.6
Configuration support for Microsoft.Extensions.Logging.