Zerra.Repository 5.1.4

dotnet add package Zerra.Repository --version 5.1.4
                    
NuGet\Install-Package Zerra.Repository -Version 5.1.4
                    
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="Zerra.Repository" Version="5.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zerra.Repository" Version="5.1.4" />
                    
Directory.Packages.props
<PackageReference Include="Zerra.Repository" />
                    
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 Zerra.Repository --version 5.1.4
                    
#r "nuget: Zerra.Repository, 5.1.4"
                    
#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 Zerra.Repository@5.1.4
                    
#: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=Zerra.Repository&version=5.1.4
                    
Install as a Cake Addin
#tool nuget:?package=Zerra.Repository&version=5.1.4
                    
Install as a Cake Tool

Agnostic repository core library for the Zerra Framework.  Can switch between relational storage, document storage, and event storage without changing domain code.   This library will need a backing such as Zerra.Repository.Sql.MsSql or Zerra.Repository.EventStore.EventStoreDB

Commonly used types:
Zerra.Repository.Repo
Zerra.Repository.QueryMany
Zerra.Repository.QueryFirst
Zerra.Repository.QuerySingle
Zerra.Repository.QueryCount
Zerra.Repository.QueryAny
Zerra.Repository.Create
Zerra.Repository.Update
Zerra.Repository.DeleteByID
Zerra.Repository.EventQueryMany
Zerra.Repository.TemporalQueryMany
Zerra.Repository.EntityAttribute
Zerra.Repository.RelationAttribute
Zerra.Repository.PropertyAttribute
Zerra.Repository.StorePropertiesAttribute
Zerra.Repository.IdentityAttribute
Zerra.Repository.ApplyEntityAttribute

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

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Zerra.Repository:

Package Downloads
Zerra.Repository.MsSql

MsSql implementation of repository for Zerra Framework. Commonly used types: Zerra.Repository.MsSql.MsSqlDataContext

Zerra.Repository.PostgreSql

PostgreSql implementation of repository for Zerra Framework. Commonly used types: Zerra.Repository.PostgreSql.PostgreSqlDataContext

Zerra.Repository.MySql

MySql implementation of repository for Zerra Framework. Commonly used types: Zerra.Repository.MySql.MySqlDataContext

Zerra.Repository.EventStoreDB

EventStore implementation of repository for Zerra Framework. Commonly used types: Zerra.Repository.EventStore.EventStoreDB.EventStoreDBDataContext Zerra.Repository.EventStore.EventStoreDB.EventStoreDBProvider

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.1.4 128 4/12/2025
5.1.1 222 4/9/2025
5.1.0 217 4/9/2025
5.0.0 198 1/3/2025
4.10.0 327 3/6/2024
4.9.0 408 1/22/2024
4.8.0 708 12/9/2023
4.7.6 709 10/4/2023
4.7.0 692 9/28/2023
4.6.0 767 9/20/2023
4.2.0 1,335 8/2/2023
4.1.6 973 8/2/2023
4.1.0 1,058 5/31/2023
4.0.0 1,324 5/25/2023
3.7.0 707 10/5/2022
3.0.0 2,022 7/15/2022
2.4.1 2,091 4/8/2022
2.4.0 1,895 4/8/2022
2.3.1 748 2/20/2022
2.3.0 3,861 2/9/2022
2.2.0 2,607 2/8/2022
2.1.1 2,658 1/7/2022
2.0.0 1,234 12/29/2021
1.0.0 715 9/17/2021