Zerra 5.1.11
dotnet add package Zerra --version 5.1.11
NuGet\Install-Package Zerra -Version 5.1.11
<PackageReference Include="Zerra" Version="5.1.11" />
<PackageVersion Include="Zerra" Version="5.1.11" />
<PackageReference Include="Zerra" />
paket add Zerra --version 5.1.11
#r "nuget: Zerra, 5.1.11"
#:package Zerra@5.1.11
#addin nuget:?package=Zerra&version=5.1.11
#tool nuget:?package=Zerra&version=5.1.11
Core library for the Zerra Framework.
Commonly used types:
Zerra.Providers.IBaseProvider
Zerra.Graph
Zerra.Map
Zerra.Config
Zerra.Serialization.ByteSerializer
Zerra.Providers.Resolver
Zerra.Log.ILoggingProvider
Zerra.Encryption.EncryptionCommon
Zerra.Encryption.Hasher
Zerra.Compression.CompressionCommon
Zerra.Linq.WhereBuilder
Zerra.Reflection.TypeAnalyzer
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 3.1.0)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 3.1.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 3.1.0)
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 3.1.0)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration (>= 3.1.0)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 3.1.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 3.1.0)
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 3.1.0)
-
net7.0
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 7.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 7.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 7.0.0)
-
net8.0
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 8.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 8.0.0)
-
net9.0
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 9.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 9.0.0)
- Microsoft.Extensions.Configuration.Json (>= 9.0.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 9.0.0)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Zerra:
| Package | Downloads |
|---|---|
|
Zerra.Web
Web and AspNetCore specific components for the Zerra Framework. Commonly used types: Zerra.Web.CQRSMiddleware Zerra.Web.ZerraLogger Zerra.Web.CheckBoxList |
|
|
Zerra.Repository
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 |
|
|
Zerra.CQRS.AzureServiceBus
Azure Service Bus implementations of producer and consumer for commands and events in the CQRS Zerra Framework. |
|
|
Zerra.Repository.MsSql
MsSql implementation of repository for Zerra Framework. Commonly used types: Zerra.Repository.MsSql.MsSqlDataContext |
|
|
Zerra.CQRS.Kafka
Kafka implementations of producer and consumer for commands and events in the CQRS Zerra Framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.1.11 | 2,044 | 7/18/2025 |
| 5.1.10 | 454 | 7/3/2025 |
| 5.1.9 | 569 | 6/15/2025 |
| 5.1.8 | 280 | 5/29/2025 |
| 5.1.7 | 1,475 | 5/2/2025 |
| 5.1.5 | 523 | 4/23/2025 |
| 5.1.4 | 6,080 | 4/12/2025 |
| 5.1.3 | 6,205 | 4/11/2025 |
| 5.1.1 | 601 | 4/9/2025 |
| 5.1.0 | 450 | 4/9/2025 |
| 5.0.8 | 1,326 | 2/21/2025 |
| 5.0.7 | 376 | 2/13/2025 |
| 5.0.6 | 205 | 2/12/2025 |
| 5.0.5 | 189 | 2/12/2025 |
| 5.0.4 | 665 | 2/3/2025 |
| 5.0.2 | 201 | 1/28/2025 |
| 5.0.1 | 422 | 1/24/2025 |
| 5.0.0 | 3,338 | 1/3/2025 |
| 4.10.6 | 3,317 | 5/3/2024 |
| 4.10.5 | 182 | 5/3/2024 |
| 4.10.4 | 546 | 4/12/2024 |
| 4.10.3 | 601 | 3/13/2024 |
| 4.10.2 | 220 | 3/13/2024 |
| 4.10.1 | 266 | 3/8/2024 |
| 4.10.0 | 1,673 | 3/6/2024 |
| 4.9.1 | 788 | 1/22/2024 |
| 4.9.0 | 672 | 1/22/2024 |
| 4.8.6 | 656 | 12/21/2023 |
| 4.8.5 | 233 | 12/15/2023 |
| 4.8.4 | 333 | 12/13/2023 |
| 4.8.3 | 235 | 12/13/2023 |
| 4.8.2 | 231 | 12/12/2023 |
| 4.8.1 | 227 | 12/9/2023 |
| 4.7.18 | 405 | 11/23/2023 |
| 4.7.17 | 211 | 11/22/2023 |
| 4.7.16 | 211 | 11/21/2023 |
| 4.7.15 | 315 | 11/3/2023 |
| 4.7.14 | 223 | 11/3/2023 |
| 4.7.13 | 372 | 10/17/2023 |
| 4.7.12 | 399 | 10/11/2023 |
| 4.7.11 | 379 | 10/11/2023 |
| 4.7.10 | 369 | 10/11/2023 |
| 4.7.9 | 338 | 10/11/2023 |
| 4.7.8 | 231 | 10/9/2023 |
| 4.7.7 | 377 | 10/9/2023 |
| 4.7.6 | 1,169 | 10/4/2023 |
| 4.7.5 | 268 | 10/4/2023 |
| 4.7.4 | 347 | 10/3/2023 |
| 4.7.3 | 207 | 9/29/2023 |
| 4.7.2 | 228 | 9/29/2023 |
| 4.7.0 | 1,105 | 9/28/2023 |
| 4.6.4 | 322 | 9/20/2023 |
| 4.6.3 | 197 | 9/20/2023 |
| 4.6.2 | 190 | 9/20/2023 |
| 4.6.1 | 227 | 9/20/2023 |
| 4.5.1 | 380 | 9/1/2023 |
| 4.4.0 | 501 | 9/1/2023 |
| 4.3.7 | 261 | 8/31/2023 |
| 4.3.6 | 367 | 8/22/2023 |
| 4.3.5 | 394 | 8/15/2023 |
| 4.3.4 | 1,015 | 8/15/2023 |
| 4.3.3 | 467 | 8/15/2023 |
| 4.3.2 | 248 | 8/14/2023 |
| 4.2.0 | 1,224 | 8/2/2023 |
| 4.1.6 | 1,476 | 8/2/2023 |
| 4.1.4 | 843 | 6/22/2023 |
| 3.7.7 | 3,319 | 10/31/2022 |
| 3.7.5 | 733 | 10/24/2022 |
| 3.7.4 | 525 | 10/21/2022 |
| 3.7.0 | 2,911 | 10/5/2022 |
| 3.6.0 | 1,630 | 10/5/2022 |
| 3.5.0 | 561 | 10/3/2022 |
| 3.4.5 | 919 | 9/30/2022 |
| 3.4.3 | 1,494 | 9/28/2022 |
| 3.4.2 | 615 | 9/20/2022 |
| 3.4.1 | 2,349 | 8/18/2022 |
| 3.3.1 | 901 | 7/26/2022 |
| 3.3.0 | 872 | 7/26/2022 |
| 3.2.1 | 570 | 7/23/2022 |
| 3.2.0 | 547 | 7/23/2022 |
| 3.1.0 | 1,361 | 7/21/2022 |
| 3.0.4 | 610 | 7/20/2022 |
| 3.0.3 | 580 | 7/15/2022 |
| 2.4.9 | 702 | 4/23/2022 |
| 2.4.8 | 569 | 4/19/2022 |
| 2.4.7 | 607 | 4/19/2022 |
| 2.4.3 | 624 | 4/12/2022 |
| 2.4.2 | 2,733 | 4/8/2022 |
| 2.1.4 | 2,840 | 2/20/2022 |
| 2.1.3 | 6,013 | 1/17/2022 |
| 2.1.2 | 2,591 | 1/11/2022 |
| 2.1.1 | 1,509 | 1/7/2022 |
| 2.1.0 | 618 | 1/7/2022 |
| 2.0.0 | 2,394 | 12/29/2021 |
| 1.0.3 | 862 | 10/14/2021 |
| 1.0.1 | 538 | 10/7/2021 |