Microsoft.CodeCoverage
by: Microsoft
- 2 total downloads
- Latest version: 17.8.0
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.CodeQuality.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 2.9.9
Microsoft recommended code quality rules implemented as analyzers using the .NET Compiler Platform (Roslyn). This package is included as a part of Microsoft.CodeAnalysis.FxCopAnalyzers NuGet package and does not need to be installed separately.
Microsoft.Data.SqlClient.SNI.runtime
by: Microsoft
- 3 total downloads
- Latest version: 6.0.1
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.Data.Sqlite
by: Microsoft
- 20 total downloads
- Latest version: 9.0.10
Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite.
Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.Data.Sqlite.Core
by: Microsoft
- 21 total downloads
- Latest version: 10.0.0-preview.6.25358.103
Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. This package does not include a copy of the native SQLite library.
Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.DiaSymReader
by: Microsoft
- 1 total downloads
- Latest version: 1.0.8
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.DotNet.Cli.Utils
by: Microsoft.DotNet.Cli.Utils
- 1 total downloads
- Latest version: 1.0.0-preview2-003121
Microsoft.DotNet.Cli.Utils
Microsoft.DotNet.PlatformAbstractions
by: Microsoft.DotNet.PlatformAbstractions
- 1 total downloads
- Latest version: 2.0.0-preview2-25407-01
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 16 total downloads
- Latest version: 10.0.0-rc.1.25451.107
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 8 total downloads
- Latest version: 6.0.33
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 22 total downloads
- Latest version: 7.0.2
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Proxies
by: Microsoft
- 20 total downloads
- Latest version: 8.0.0-preview.3.23174.2
Lazy loading proxies for Entity Framework Core.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 5 total downloads
- Latest version: 7.0.0-rc.1.22426.7
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 0 total downloads
- Latest version: 3.1.30
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer.Design
by: Microsoft.EntityFrameworkCore.SqlServer.Design
- 2 total downloads
- Latest version: 1.0.6
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 41 total downloads
- Latest version: 10.0.0
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
- 3 total downloads
- Latest version: 8.0.21
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/aspnetcore/tree/6254f5ca64f85b90327592dff67ea6b2ec0262c6
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-preview.5.25277.114
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.Hybrid
by: Microsoft
- 12 total downloads
- Latest version: 10.0.0
Multi-level caching implementation building on and extending IDistributedCache