DAYA.Cloud.Framework
8.0.0
dotnet add package DAYA.Cloud.Framework --version 8.0.0
NuGet\Install-Package DAYA.Cloud.Framework -Version 8.0.0
<PackageReference Include="DAYA.Cloud.Framework" Version="8.0.0" />
<PackageVersion Include="DAYA.Cloud.Framework" Version="8.0.0" />
<PackageReference Include="DAYA.Cloud.Framework" />
paket add DAYA.Cloud.Framework --version 8.0.0
#r "nuget: DAYA.Cloud.Framework, 8.0.0"
#:package DAYA.Cloud.Framework@8.0.0
#addin nuget:?package=DAYA.Cloud.Framework&version=8.0.0
#tool nuget:?package=DAYA.Cloud.Framework&version=8.0.0
Package Description
| 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. 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. |
-
net8.0
- Autofac (>= 8.0.0)
- Autofac.Extensions.DependencyInjection (>= 9.0.0)
- Azure.Messaging.ServiceBus (>= 7.17.2)
- Azure.Search.Documents (>= 11.5.1)
- CacheQ (>= 1.0.5)
- CacheQ.DependencyInjectionExtensions (>= 1.0.5)
- CompareNETObjects (>= 4.83.0)
- DAYA.Cloud.Framework.Common (>= 8.0.0)
- FluentValidation (>= 11.9.0)
- MediatR (>= 12.2.0)
- Microsoft.ApplicationInsights (>= 2.22.0)
- Microsoft.Azure.ServiceBus (>= 5.2.0)
- Microsoft.EntityFrameworkCore (>= 8.0.1)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Identity.Client (>= 4.59.0)
- Polly (>= 8.2.1)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on DAYA.Cloud.Framework:
| Package | Downloads |
|---|---|
|
DAYA.ArchRules
Package Description |
|
|
DAYA.Cloud.Framework.AzureServiceBus
Package Description |
|
|
DAYA.Cloud.Framework.Cosmos.Abstractions
Package Description |
|
|
DAYA.Cloud.Framework.Cosmos
Package Description |
|
|
DAYA.Cloud.Framework.EncryptedAzureServiceBus
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.0 | 291 | 6/29/2026 |
8.0.0 Update To .Net 8 and update all nuget packages to latest version (30-01-2024)
6.0.10 Add Errors To ValidationException
6.0.9 Add Refrence To DAYA.Cloud.Framework.Common. Add Content Type To Queue Messages
6.0.8 Add Download For Azure Search
6.0.7 Add RemoveAuditLogsCommand
6.0.6 Separate AzureServiceBus
6.0.5 Handle null query from Query Factory in search
6.0.4 Add Enqueue method overload for commands with result
6.0.3 Register RemoveFromSearchIndexBehavior on IoC
6.0.2 IRemoveSearchCommand
6.0.1 remove outbox and internal command repository
6.0.0 update to .NET6
2.6.2 Update CacheQ to 1.0.2
2.6.1 Return default when index is not created in search.
2.6.0 Add retry policy
2.5.8 Add Query in IQueryFactory.Create
2.5.7 Add InconsistencyException
2.5.6 Add QueryFactory (search)
2.5.4 Add AzureSearchContext and pipeline behavior
2.5.3 Move Microsoft Graph from framework
2.5.2 Move Azure Search from framework
2.5.1 Change fixed date format to yyyy-MM-ddTHH:mm:ss.fffffffZ
2.5.0 Add Search update, index contracts
2.4.5 Azure Search is now testable
2.4.4 Add Error property to internal command
2.4.3 Add Azure Search
2.4.2 Add custom converter for date and times
2.4.1 Process only added internal commands in change tracker
2.4.0 Add IDomainNotificationHandler and pipeline
2.3.7 HasPrimitiveConversion(Write) and PrimitiveCollection(Read) are added.
2.3.6 Add multiple TypedId convertors including long, datetime, string, ...
2.3.5 Add logs in publishing messages to azure service bus
2.3.4 Log queries on container
2.3.3 Bugfix in checking VO equality when they had array or list
2.3.2 Add fluent business rule validator for VO
2.3.1 Add TypedId serializer for system.text.json
2.3.0 Add TypedIdInitializationException
2.2.8 Make CheckRule static
2.2.7 Add NonGeneric TypedId class and use in IntegrationEvents
2.2.6 Add NonGeneric TypedId class and use in DomainEvents
2.2.5 Add fluent business rule validator
2.2.4 Change DomainEvents to record
2.2.3 Entities can not have domain events anymore, fix typo
2.2.2 Change IntegrationEvent base class to record
2.2.1 Enable Session For IntegrationEvents