DAYA.ArchRules
8.0.0
dotnet add package DAYA.ArchRules --version 8.0.0
NuGet\Install-Package DAYA.ArchRules -Version 8.0.0
<PackageReference Include="DAYA.ArchRules" Version="8.0.0" />
<PackageVersion Include="DAYA.ArchRules" Version="8.0.0" />
<PackageReference Include="DAYA.ArchRules" />
paket add DAYA.ArchRules --version 8.0.0
#r "nuget: DAYA.ArchRules, 8.0.0"
#:package DAYA.ArchRules@8.0.0
#addin nuget:?package=DAYA.ArchRules&version=8.0.0
#tool nuget:?package=DAYA.ArchRules&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
- DAYA.Cloud.Framework (>= 6.0.0)
- DAYA.Cloud.Framework.Cosmos.Abstractions (>= 6.0.0)
- DAYA.Extensions.Hosting (>= 5.0.8)
- MediatR (>= 12.2.0)
- NetArchTest.Rules (>= 1.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.0 | 118 | 6/29/2026 |
8.0.0 Update to .Net 8
6.1.0 Ignored Rules Added To Rule Engine
6.0.4 Ignore Message Handlers naming rule for abstract handlers
6.0.3 using IContainerFactory in command handler is ok
6.0.2 fix outbox, internal command repository
6.0.1 fix AuditMessageRepository
6.0.0 Update to .NET 6
2.6.2 Refactor Command and CommandHandler rules
2.6.1 fix ReflectionTypeLoadException
2.6.0 Add SearchQuery arch rules
2.5.5 Commands and queries can not have list property
2.5.4 Inject Database to commandHandler is ok
2.5.3 Adapt tests with Dictionary
2.5.2 Avoid unhandled exception in using Dictionary
2.5.1 DependencyOnDomainAbstractions is not a necessity for Update search command handler
2.5.0 Update search command tests
2.4.5 Cove coverage rules
2.4.4 Adapt with Azure Search
2.4.3 Add DateTimeOffset to primitive types
2.4.2 Adapt with IntegrationEvents assembly
2.4.1 Bugfix for finding IDomainNotificationHandlers
2.4.0 Update Daya.Cloud.Framework and adapt rules with IDomainNotificationHandler
2.3.8 Bugfix ContainsSimpleOrDefinedProperties
2.3.7 Add QueryHandlers_methods_should_be_private rule
2.3.6 Async rules
2.3.5 Add VO fields should be primitive or typedId or VO rule
2.3.4 Add some rules related to VO immutability (Collections and Arrays)
2.3.3 VO, Commands, IntegrationEvents, DomainEvents can not have primitive Id
2.3.2 Bugfix when DTO uses a VO
2.3.1 Consider TypedId as a simple property
2.3.0 Update Daya Framework
2.2.8 VO can not have Id
2.2.7 Adapt domain event rules since changed to record
2.2.6 Fix AggregateMustHaveAPropertyWhichIsItsComplexKey when aggreagte have more than one TypedId
2.2.5 Remove QueryResultShouldNotHaveParameterizedConstructor
2.2.4 Adapt integrationEvent rules since changed to record
2.2.3 Add session message rules
2.2.2 Entity can not have public properties