Microsoft.DiaSymReader.Native
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-alpha2
Native implementation of PDB file reader and writer.
Supported Platforms:
- Windows x86
- Windows amd64
Microsoft.EntityFrameworkCore
by: Microsoft
- 1 total downloads
- Latest version: 2.1.2
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 8.0.12
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Design
by: Microsoft
- 9 total downloads
- Latest version: 2.0.0-preview1-final
Design-time Entity Framework Core functionality for SQLite
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 5 total downloads
- Latest version: 3.1.5
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 3.1.23
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Scaffold-DbContext
Script-Migrations
Update-Database
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-rc.1.20451.14
Caching abstractions for in-memory cache and distributed cache.
Commonly Used Types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Caching.SqlServer
by: Microsoft
- 3 total downloads
- Latest version: 6.0.4
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f9ae0f5d30be2de3c0de61b5673bd8873231d70a
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 1 total downloads
- Latest version: 3.1.5
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1-final
Implementation of key-value pair based configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 3.1.12
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
- 2 total downloads
- Latest version: 3.0.0-preview4.19216.2
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 3 total downloads
- Latest version: 8.0.0-preview.5.23280.8
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.KeyPerFile
by: Microsoft
- 4 total downloads
- Latest version: 8.0.12
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/31d685b2d9a86ca1243014d175a3da813f78e428
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 1 total downloads
- Latest version: 2.1.1
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 9.0.0-preview.5.24306.7
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft
- 1 total downloads
- Latest version: 9.0.5
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application.
By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
Microsoft.Extensions.DiagnosticAdapter
by: Microsoft
- 3 total downloads
- Latest version: 3.1.0-preview3.19553.2
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.Diagnostics.HealthChecks
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.1.23112.2
Components for performing health checks in .NET applications
Commonly Used Types:
Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService
Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/63d1187a01b82719c2891cecc74ee3d51ce892a8
- 6 total downloads
- Latest version: 10.0.0-preview.5.25277.114
Abstractions for defining health checks in .NET applications
Commonly Used Types
Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck
This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094