Found 5,748 packages
Core package for MockQueryable extensions for mocking operations such ToListAsync, FirstOrDefaultAsync etc. When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data.
Support for storing keys using Entity Framework Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
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
Design-time Entity Framework Core functionality for SQLite
Provides abstractions that are used by models in conjunction with the SQL Server EF Core provider Commonly Used Types: Microsoft.EntityFrameworkCore.HierarchyId
MassTransit Entity Framework Core persistence support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
Azure Cosmos provider for Entity Framework Core.
Microsoft.EntityFrameworkCore Extension Methods Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more! Example: https://dotnetfiddle.net/RQ0kFz Benchmark: https://dotnetfiddle.net/vZQnZt **IMPORTANT** - For EF Core 10.x, use the latest EF Extensions v10.x version - For EF Core 9.x, use the latest EF Extensions v9.x version - For EF Core 8.x, use the latest EF Extensions v8.x version - For EF Core 7.x, use the latest EF Extensions v7.x version - For EF Core 6.x, use the latest EF Extensions v6.x version - For EF Core 5.x, use the latest EF Extensions v5.x version - For EF Core 3.x, use the latest EF Extensions v3.x version - For EF Core 2.x, use the latest EF Extensions v2.x version Include free and prime features.
Log exception details and custom properties that are not output in Exception.ToString(). Contains custom destructurers for Entity Framework Core exceptions.
Library that provides methods that will help you with mocking Entity Framework Core. Easily mock DbSet and DbContext for unit testing with Moq.
Entity Framework Core stores for OpenIddict.
Abp.EntityFrameworkCore
MySql.EntityFrameworkCore adds support for Microsoft Entity Framework Core.
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
MiniProfiler: Integration for Entity Framework Core
LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.
Relational entities for the OpenIddict Entity Framework Core stores.
Npgsql.EntityFrameworkCore.PostgreSQL.Design