Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 5,583k total downloads
- Latest version: 6.0.1
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.DependencyInjection.Abstractions
by: Microsoft
- 649 total downloads
- Latest version: 2.0.0
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.Options
by: Microsoft
- 637 total downloads
- Latest version: 2.0.0
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 674 total downloads
- Latest version: 2.0.0
Abstractions of key-value pair based configuration.
Commonly used types:
Microsoft.Extensions.Configuration.IConfiguration
Microsoft.Extensions.Configuration.IConfigurationBuilder
Microsoft.Extensions.Configuration.IConfigurationProvider
Microsoft.Extensions.Configuration.IConfigurationRoot
Microsoft.Extensions.Configuration.IConfigurationSection
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 596 total downloads
- Latest version: 2.0.0
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 2,761k total downloads
- Latest version: 3.0.1
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 4,748k total downloads
- Latest version: 10.0.4
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Bundle-Migration
Drop-Database
Get-DbContext
Get-Migration
Optimize-DbContext
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 2,005k total downloads
- Latest version: 10.0.0
MSBuild tasks and targets for build-time Swagger and OpenApi document generation
This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
Microsoft.Extensions.Primitives
by: Microsoft
- 428 total downloads
- Latest version: 2.0.0
Primitives shared by framework extensions. Commonly used types include:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 419 total downloads
- Latest version: 2.0.0
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Configuration
by: Microsoft
- 411 total downloads
- Latest version: 2.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 3,999k total downloads
- Latest version: 10.0.5
CSharp Analyzers for Entity Framework Core.
Microsoft.Extensions.Logging
by: Microsoft
- 8 total downloads
- Latest version: 2.0.0
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.jQuery.Unobtrusive.Validation
by: Microsoft
- 7 total downloads
- Latest version: 3.2.12
jQuery plugin that unobtrusively sets up jQuery.Validation.
Microsoft.Extensions.PlatformAbstractions
by: Microsoft
- 131 total downloads
- Latest version: 1.1.0
Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono
Microsoft.jQuery.Unobtrusive.Ajax
by: Microsoft
- 3 total downloads
- Latest version: 3.2.6
jQuery plugin that unobtrusively sets up jQuery Ajax.
Microsoft.Diagnostics.DbgShim
by: Microsoft
- 1 total downloads
- Latest version: 9.0.621003
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.DotNet.ILCompiler
by: Microsoft
- 4 total downloads
- Latest version: 10.0.5
Provides a native AOT compiler and runtime for .NET
Microsoft.Extensions.Caching.Abstractions
by: Microsoft.Extensions.Caching.Abstractions
- 14 total downloads
- Latest version: 1.0.0
Caching abstractions for in-memory cache and distributed cache.
Commonly used types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Memory
by: Microsoft.Extensions.Caching.Memory
- 11 total downloads
- Latest version: 1.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.