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

Package Description

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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