Havit.Data.EntityFrameworkCore
2.9.1
Prefix Reserved
dotnet add package Havit.Data.EntityFrameworkCore --version 2.9.1
NuGet\Install-Package Havit.Data.EntityFrameworkCore -Version 2.9.1
<PackageReference Include="Havit.Data.EntityFrameworkCore" Version="2.9.1" />
paket add Havit.Data.EntityFrameworkCore --version 2.9.1
#r "nuget: Havit.Data.EntityFrameworkCore, 2.9.1"
// Install Havit.Data.EntityFrameworkCore as a Cake Addin #addin nuget:?package=Havit.Data.EntityFrameworkCore&version=2.9.1 // Install Havit.Data.EntityFrameworkCore as a Cake Tool #tool nuget:?package=Havit.Data.EntityFrameworkCore&version=2.9.1
HAVIT .NET Framework Extensions - Entity Framework Core Extensions
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Havit.Core (>= 2.0.31)
- Havit.Data.EntityFrameworkCore.Abstractions (>= 2.1.1)
- Havit.Model (>= 2.0.4)
- Microsoft.Data.SqlClient (>= 5.2.2)
- Microsoft.EntityFrameworkCore.SqlServer (>= 9.0.0 && < 10.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Havit.Data.EntityFrameworkCore:
Package | Downloads |
---|---|
Havit.Data.EntityFrameworkCore.Patterns
HAVIT .NET Framework Extensions - Entity Framework Core Extensions - Data Patterns |
|
Havit.Data.EntityFrameworkCore.CodeGenerator
HAVIT .NET Framework Extensions - Entity Framework Core Extensions - Code Generator |
|
Havit.Data.EntityFrameworkCore.BusinessLayer
HAVIT .NET Framework Extensions - Database schema and data seeding for application with HAVIT Business Layer |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.9.1 | 190 | 12/2/2024 |
2.9.0 | 227 | 11/13/2024 |
2.9.0-pre08 | 111 | 11/13/2024 |
2.9.0-pre04 | 89 | 11/5/2024 |
2.9.0-pre03 | 60 | 10/16/2024 |
2.9.0-pre02 | 56 | 10/14/2024 |
2.9.0-pre01 | 68 | 10/3/2024 |
2.8.9 | 360 | 6/21/2024 |
2.8.8 | 640 | 4/23/2024 |
2.8.7 | 965 | 4/15/2024 |
2.8.5 | 179 | 3/28/2024 |
2.8.2 | 301 | 2/14/2024 |
2.8.1 | 375 | 1/10/2024 |
2.8.0 | 526 | 11/29/2023 |
2.8.0-pre01 | 156 | 11/27/2023 |
2.7.11 | 1,458 | 8/25/2023 |
2.7.10-pre01 | 209 | 8/1/2023 |
2.7.7 | 417 | 6/19/2023 |
2.7.6 | 251 | 6/13/2023 |
2.7.6-pre02 | 114 | 6/13/2023 |
2.7.4 | 399 | 6/1/2023 |
2.7.3 | 598 | 3/28/2023 |
2.7.2 | 853 | 3/9/2023 |
2.7.1 | 1,136 | 1/31/2023 |
2.7.1-pre03 | 208 | 1/31/2023 |
2.7.1-pre02 | 183 | 1/19/2023 |
2.7.1-pre01 | 188 | 1/17/2023 |
2.6.4 | 2,075 | 6/15/2022 |
2.6.3 | 441 | 6/14/2022 |
2.6.2 | 2,278 | 3/14/2022 |
2.6.1 | 855 | 2/24/2022 |
2.6.0 | 1,010 | 2/21/2022 |
2.3.2 | 1,577 | 12/6/2021 |
2.3.1 | 4,383 | 4/27/2021 |
2.3.0 | 2,009 | 3/4/2021 |
2.1.14 | 1,746 | 12/15/2020 |
2.1.8 | 534 | 9/14/2020 |
2.1.7 | 3,759 | 6/4/2020 |
2.1.6 | 826 | 5/31/2020 |
2.1.5 | 1,729 | 4/17/2020 |
2.1.1 | 3,118 | 1/21/2020 |
2.1.0 | 1,235 | 1/9/2020 |
2.1.0-preview01 | 436 | 11/11/2019 |
2.0.3 | 4,969 | 4/10/2019 |
2.0.1 | 1,814 | 3/21/2019 |
v2.9.0 (12.11.2024)
• Aktualizace na EF Core 9
• DbContext.Add[Range]For[Insert/Update/Delete] (a další)): optimalizace alokací paměti
• IDbContextFactory odstraněn
• DbContext - již nemá OnConfiguring (nelze použít s poolingem), nahrazeno UseDefaultHavitConventions()
v2.8.6 (8.11.2024)
• workaround issue Expressions without explicit type causes filter to be eliminated/false · Issue #35059 · dotnet/efcore
v2.8.5 (28.3.2024)
• CascadeDeleteToRestrictConvention - oprava nastavování DeleteBehavior.Restrict i na tříchách mapovaných pomocí ToTable(...)
• `DbContext.Set<TEntity>()` - mikrooptimalizace pro opakované volání
• `IDbSet<TEntity>().FindAsync(...)` - metoda odebrána, nebyla nikde použita
v2.8.2 (14.2.2024)
• Aktualizace na EF Core 8.0.2
2.8.1 (10.1.2024)
• ModelValidator nyní nevyžaduje `MaxLengthAttribute` na comptuted sloupcích
2.8.0 (29.11.2023)
• Aktualizace na EF Core 8
8.11
• Changed – Add icons and fix metadata for NuGet packages.