Microsoft.Build.Utilities.Core
by: Microsoft
- 6 total downloads
- Latest version: 17.14.8
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
Microsoft.CodeAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-rc1
.NET Compiler Platform ("Roslyn").
This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality:
- "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services)
- "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services)
- "Microsoft.CodeAnalysis.Compilers" (both compilers)
- "Microsoft.CodeAnalysis.CSharp" (only the C# compiler)
- "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler)
Supported Platforms:
- .NET Framework 4.5
Microsoft.CodeAnalysis.Analyzers
by: Microsoft
- 12 total downloads
- Latest version: 3.11.0-beta1.23420.2
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CodeAnalysis.CSharp
by: Microsoft
- 31 total downloads
- Latest version: 4.12.0-2.final
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/be9c072e1c8a9e6701e34d796b1d68098d08feab.
Microsoft.CodeAnalysis.CSharp.Features
by: Microsoft
- 29 total downloads
- Latest version: 4.11.0
.NET Compiler Platform ("Roslyn") support for creating C# editing experiences.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/5e3a11e2e7f952da93f9d35bd63a2fa181c0608b.
Microsoft.CodeAnalysis.CSharp.Scripting
by: Microsoft
- 1 total downloads
- Latest version: 3.6.0-3.final
Microsoft .NET Compiler Platform ("Roslyn") CSharp scripting package.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/34fad56309fc96f2af1171df6ea012cbf991c27d.
Microsoft.CodeAnalysis.VisualBasic.Features
by: Microsoft
- 1 total downloads
- Latest version: 4.6.0-1.final
.NET Compiler Platform ("Roslyn") support for creating Visual Basic editing experiences.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/50bd09a9eefdf9bc3653dbf6d9624b31a023c7c0.
Microsoft.CodeAnalysis.Workspaces.Common
by: Microsoft
- 3 total downloads
- Latest version: 3.5.0
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
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/20b9af913f1b8ce0a62f72bea9e75e4aa3cf6b0e.
Microsoft.Data.Sqlite.Core
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview8.19405.11
SQLite implementation of the System.Data.Common provider model.
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: 3.1.1
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
- 40 total downloads
- Latest version: 9.0.4
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.InMemory
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 52 total downloads
- Latest version: 10.0.0-preview.6.25358.103
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 3 total downloads
- Latest version: 10.0.0-preview.4.25258.110
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 4 total downloads
- Latest version: 10.0.0-preview.6.25358.103
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
- 1 total downloads
- Latest version: 7.0.0-preview.4.22251.1
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/e77cb01b5529c137130757859f09f892dbdd2436
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 31 total downloads
- Latest version: 10.0.0-preview.6.25358.103
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
- 0 total downloads
- Latest version: 9.0.0
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/af22effae4069a5dfb9b0735859de48820104f5b
Microsoft.Extensions.Configuration.AzureKeyVault
by: Microsoft
- 1 total downloads
- Latest version: 2.1.1
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.