Found 4,094 packages
Shared design-time Entity Framework Core components for relational database providers.
NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.
MassTransit Entity Framework Core persistence support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId
Entity Framework Core stores for OpenIddict.
Elastic APM for Entity Framework Core. This package contains auto instrumentation for Entity Framework Core. See: https://github.com/elastic/apm-agent-dotnet/tree/main/docs
Azure Cosmos provider for Entity Framework Core.
Relational entities for the OpenIddict Entity Framework Core stores.
Library that provides methods that will help you with mocking Entity Framework Core. Easily mock DbSet and DbContext for unit testing with Moq.
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
MySql.EntityFrameworkCore adds support for Microsoft Entity Framework Core.
Abp.EntityFrameworkCore
Adds basic support for "Upsert" operations to EF Core. Uses `INSERT … ON CONFLICT DO UPDATE` in PostgreSQL/Sqlite, `MERGE` in SqlServer and `INSERT INTO … ON DUPLICATE KEY UPDATE` in MySQL. Also supports injecting sql command generators to add support for other providers
Adds hierarchyid support to the SQL Server EF Core provider
Npgsql.EntityFrameworkCore.PostgreSQL.Design
Design-time Entity Framework Core functionality for SQLite
Log exception details and custom properties that are not output in Exception.ToString(). Contains custom destructurers for Entity Framework Core exceptions.
Adds hierarchyid support to the SQL Server EF Core provider
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException This is a base package for database specific packages. Install one of the specific packages instead of this
Entity Framework Core Tools for the .NET Command-Line Interface. Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update