Microsoft.EntityFrameworkCore.Sqlite by: Microsoft
  • 4 total downloads
  • Latest version: 2.0.0-preview2-final
  • Entity Framework Core entity-framework-core EF Data O/RM SQLite
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Design by: Microsoft.EntityFrameworkCore.Sqlite.Design
  • 2 total downloads
  • Latest version: 1.0.4
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM,SQLite
Design-time Entity Framework Core functionality for SQLite
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 14 total downloads
  • Latest version: 10.0.8
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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
  • 10 total downloads
  • Latest version: 10.0.5
  • MSBuild Swagger OpenAPI code generation Web API service reference document
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/a612c2a1056fe3265387ae3ff7c94eba1505caf9
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.1
  • cache,memorycache,distributedcache
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.SqlServer by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.1
  • cache,distributedcache,sqlserver
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
Microsoft.Extensions.Configuration by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • configuration
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.CommandLine by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • configuration,commandline
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Ini by: Microsoft.Extensions.Configuration.Ini
  • 1 total downloads
  • Latest version: 1.0.0
  • configuration,ini
INI configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyModel by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.0-rc1-19456-20
Abstractions for reading `.deps` files.
Microsoft.Extensions.DiagnosticAdapter by: Microsoft.Extensions.DiagnosticAdapter
  • 2 total downloads
  • Latest version: 1.0.1
  • diagnosticadapter,diagnosticlistener,diagnostics
Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.
Microsoft.Extensions.FileProviders.Composite by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0
  • files,filesystem
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded by: Microsoft.Extensions.FileProviders.Embedded
  • 1 total downloads
  • Latest version: 1.0.0-rc2-final
  • files,filesystem
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • hosting
.NET Core hosting and startup abstractions for applications.
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.1
  • localization
Abstractions of application localization services. Commonly used types: Microsoft.Extensions.Localization.IStringLocalizer Microsoft.Extensions.Localization.IStringLocalizer<T>
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 8 total downloads
  • Latest version: 7.0.0-preview.3.22175.4
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.Console by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-preview1-final
  • logging
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview1-final
  • eventlog logging windowseventlog
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.TraceSource by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • logging tracesource
TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().