Doku.Common.Domain 1.0.6

Additional Details

kaldırıldı

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

Doku.Common.Domain

Doku.Common.Domain is a .NET 9 library containing common domain models, entities, value objects, and domain logic for the Doku framework.

?? Installation

dotnet add package Doku.Common.Domain

or in Package Manager Console:

Install-Package Doku.Common.Domain

?? Features

  • Domain Entities: Base entity classes
  • Value Objects: Common value object implementations
  • Domain Events: Event-driven architecture support
  • Aggregates: Aggregate root patterns

?? Usage

Using Base Entity

using Doku.Common.Domain;

public class MyEntity : BaseEntity
{
    public string Name { get; set; }
    // Additional properties
}

Domain Events

using Doku.Common.Domain.Events;

public class MyDomainEvent : IDomainEvent
{
    public DateTime OccurredOn { get; set; }
}

?? Requirements

  • .NET 9.0 or higher

?? Dependencies

This library may depend on Doku.Common.Abstraction for base interfaces.

?? Contributing

If you would like to contribute to the project, please fork the repository and submit a pull request.

?? License

This project is developed by Doku team.

?? Contact

For questions, please contact the Doku team.

Product Compatible and additional computed target framework versions.
.NET 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

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
1.0.6 220 10/31/2025 1.0.6 is deprecated.
1.0.0-beta.5 166 10/31/2025 1.0.0-beta.5 is deprecated.
1.0.0-beta.3 201 10/30/2025 1.0.0-beta.3 is deprecated.