Microsoft.DotNet.Cli.Utils by: Microsoft.DotNet.Cli.Utils
  • 208 total downloads
  • Latest version: 2.0.0
Package Description
Microsoft.DotNet.PlatformAbstractions by: Microsoft
  • 52 total downloads
  • Latest version: 3.1.3
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.ProjectModel by: Microsoft.DotNet.ProjectModel
  • 46 total downloads
  • Latest version: 1.0.0-rc3-1-003177
Types to model a .NET Project
Microsoft.EntityFrameworkCore by: Microsoft
  • 589 total downloads
  • Latest version: 9.0.0
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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.Abstractions by: Microsoft
  • 656 total downloads
  • Latest version: 9.0.0-rc.1.24451.1
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 685 total downloads
  • Latest version: 8.0.2
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design by: Microsoft
  • 379 total downloads
  • Latest version: 10.0.0-preview.2.25163.8
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational by: Microsoft
  • 536 total downloads
  • Latest version: 10.0.0-preview.4.25258.110
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Relational.Design by: Microsoft
  • 96 total downloads
  • Latest version: 1.1.6
  • Entity Framework Core entity-framework-core EF Data O/RM
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.SqlServer by: Microsoft
  • 511 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQL Server
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 3.314k total downloads
  • Latest version: 9.0.0-preview.1.24081.2
  • 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.AI by: Microsoft
  • 22 total downloads
  • Latest version: 9.5.0
Utilities for working with generative AI components.
Microsoft.Extensions.AI.Abstractions by: Microsoft
  • 42 total downloads
  • Latest version: 9.7.0
Abstractions representing generative AI components.
Microsoft.Extensions.AI.AzureAIInference by: Microsoft
  • 221 total downloads
  • Latest version: 9.7.1-preview.1.25365.4
Implementation of generative AI abstractions for Azure.AI.Inference.
Microsoft.Extensions.AmbientMetadata.Application by: Microsoft
  • 40 total downloads
  • Latest version: 9.0.0-preview.6.24353.1
Runtime information provider for application-level ambient metadata.
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 502 total downloads
  • Latest version: 9.0.0-preview.4.24267.6
  • 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/aspnetcore/tree/ada5ad97d2114250a05550cb28cc18b9cf9f8993
Microsoft.Extensions.Azure by: Microsoft
  • 446 total downloads
  • Latest version: 1.12.0
  • Microsoft Azure Client Pipeline AspNetCore Extensions
Azure Client SDK integration with Microsoft.Extensions libraries
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 243 total downloads
  • Latest version: 9.0.0
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
  • 289 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.CommandLineUtils by: Microsoft.Extensions.CommandLineUtils
  • 15 total downloads
  • Latest version: 1.0.1
  • commandline parsing
Command-line parsing API. Commonly used types: Microsoft.Extensions.CommandLineUtils.CommandLineApplication Microsoft.Extensions.CommandLineUtils.CommandOption