Microsoft.CodeAnalysis.Razor
by: Microsoft
- 1 total downloads
- Latest version: 6.0.35
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/827b96040e62e5aa47d829bfa61c000d315d4f2e
Microsoft.CodeAnalysis.Scripting.Common
by: Microsoft
- 0 total downloads
- Latest version: 4.9.0-1.final
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/15fdb3494d7f6089125c97a70602df43f956da18.
Microsoft.CodeAnalysis.Workspaces.MSBuild
by: Microsoft
- 0 total downloads
- Latest version: 5.0.0
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one
of the following packages to add the appropriate language support:
- Microsoft.CodeAnalysis.CSharp.Workspaces
- Microsoft.CodeAnalysis.VisualBasic.Workspaces
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/6c4a46a31302167b425d5e0a31ea83c9a9aa1d09.
Microsoft.CodeCoverage
by: Microsoft
- 0 total downloads
- Latest version: 17.6.3
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.Data.SqlClient
by: Microsoft
- 1 total downloads
- Latest version: 2.1.7
The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS).
Commonly Used Types:
Microsoft.Data.SqlClient.SqlConnection
Microsoft.Data.SqlClient.SqlException
Microsoft.Data.SqlClient.SqlParameter
Microsoft.Data.SqlClient.SqlDataReader
Microsoft.Data.SqlClient.SqlCommand
Microsoft.Data.SqlClient.SqlTransaction
Microsoft.Data.SqlClient.SqlParameterCollection
Microsoft.Data.SqlClient.SqlClientFactory
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Data.SqlClient.SNI
by: Microsoft
- 2 total downloads
- Latest version: 6.0.2
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
- 1 total downloads
- Latest version: 8.0.22
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
- 24 total downloads
- Latest version: 10.0.0-preview.7.25380.108
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.EntityFrameworkCore
by: Microsoft
- 1 total downloads
- Latest version: 9.0.4
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 6.0.10
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 3 total downloads
- Latest version: 9.0.10
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 4 total downloads
- Latest version: 7.0.19
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 3 total downloads
- Latest version: 7.0.9
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.4.21253.7
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
- 1 total downloads
- Latest version: 7.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.7.22376.6
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cccab50fba1c7335fdb48a735246374b5ddd7e69
Microsoft.Extensions.Compliance.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 9.1.0
Abstractions to help ensure compliant data management.
Microsoft.Extensions.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 3.1.30
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft.Extensions.Configuration.Abstractions
- 1 total downloads
- Latest version: 1.0.2
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