Havit.Data.Patterns 2.1.34

Prefix Reserved
dotnet add package Havit.Data.Patterns --version 2.1.34
                    
NuGet\Install-Package Havit.Data.Patterns -Version 2.1.34
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Havit.Data.Patterns" Version="2.1.34" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Havit.Data.Patterns" Version="2.1.34" />
                    
Directory.Packages.props
<PackageReference Include="Havit.Data.Patterns" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Havit.Data.Patterns --version 2.1.34
                    
#r "nuget: Havit.Data.Patterns, 2.1.34"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Havit.Data.Patterns@2.1.34
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Havit.Data.Patterns&version=2.1.34
                    
Install as a Cake Addin
#tool nuget:?package=Havit.Data.Patterns&version=2.1.34
                    
Install as a Cake Tool

HAVIT .NET Framework Extensions - Data Patterns

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Havit.Data.Patterns:

Package Downloads
Havit.Data.EntityFrameworkCore.Patterns

HAVIT .NET Framework Extensions - Entity Framework Core Extensions - Data Patterns

Havit.Data.Entity6.Patterns

HAVIT .NET Framework Extensions - Entity Framework 6 Extensions - Data Patterns

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.34 942 2026/6/19
2.1.33 3,056 2025/10/31
2.1.32 1,249 2025/7/21
2.1.31 999 2025/4/2
2.1.31-pre01 231 2025/4/1
2.1.30 530 2025/2/25
2.1.30-pre02 316 2025/1/30
2.1.30-pre01 192 2025/1/28
2.1.28 1,298 2024/12/9
2.1.27 577 2024/11/13
2.1.27-pre08 231 2024/11/13
2.1.27-pre05 198 2024/11/11
2.1.27-pre04 275 2024/11/5
2.1.26 1,126 2024/5/3
2.1.25 1,853 2023/10/12
2.1.24 1,675 2023/8/23
2.1.23 1,678 2023/3/21
2.1.23-pre02 486 2023/3/21
2.1.22 3,325 2022/4/25
2.1.21 1,773 2022/2/22
Loading failed

v2.1.34 (6/2026)
• Doplnění asynchronních variant metod, kde dosud chyběly.
• Performance micro-optimalizace (DataEntrySymbolService, LocalizationService).
v2.1.33 (10/2025)
• Targetování net8.0, net48 (namísto netstandard2.0)
• Odstranění nepotřebných závislostí
v2.1.32 (7/2025)
• IUnitOfWork - přidání metod AddForInsertAsync a AddRangeForInsertAsync (podpora HiLo)
v2.1.31 (4/2025)
• IRepository<TEntity, TKey> - řešení situace, kdy typ enum neodpovídá typu primárního klíče
v2.1.30 (1/2025)
• Breaking change: IRepository<TEntity> nahrazeno IRepository<TEntity, TKey> pro podporu non-int primárních klíčů
• DataEntries - podpora pro non-int primárního klíče
• Language services - podpora pro non-int primárního klíče