VOOZH about

URL: https://www.nuget.org/packages/YuckQi.Domain

⇱ NuGet Gallery | YuckQi.Domain 8.5.1




YuckQi.Domain 8.5.1

dotnet add package YuckQi.Domain --version 8.5.1
 
 
NuGet\Install-Package YuckQi.Domain -Version 8.5.1
 
 
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="YuckQi.Domain" Version="8.5.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="YuckQi.Domain" Version="8.5.1" />
 
Directory.Packages.props
<PackageReference Include="YuckQi.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 YuckQi.Domain --version 8.5.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: YuckQi.Domain, 8.5.1"
 
 
#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 YuckQi.Domain@8.5.1
 
 
#: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=YuckQi.Domain&version=8.5.1
 
Install as a Cake Addin
#tool nuget:?package=YuckQi.Domain&version=8.5.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

YuckQi.Domain

A .NET library for bootstrapping a domain model project. Provides base entity types, value objects, and aspect interfaces for building rich domain models.

Key Types

Entities

  • IDomainEntity<TIdentifier> – interface for entities with a typed identifier
  • DomainEntityBase<TIdentifier> – abstract record implementing IDomainEntity with a required Identifier property
  • TypeEntityBase<TIdentifier> – abstract record for lookup/type entities with Name and optional ShortName

Value Objects

  • IPage / IPage<T> – interfaces for paging metadata (PageNumber, PageSize, Items, TotalCount)
  • Page / Page<T> – record implementations of the paging interfaces

Aspects

Optional audit interfaces that domain entities can implement:

Interface Purpose
ICreationMoment Creation timestamp
IRevisionMoment Last-revised timestamp
IDeletionMoment Soft-delete timestamp
IActivationMoment Activation timestamp
ICreatedBy<TIdentity> Creator identity
IRevisedBy<TIdentity> Last-reviser identity

Installation

dotnet add package YuckQi.Domain
Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on YuckQi.Domain:

Package Downloads
YuckQi.Data

A .NET library of lightweight data access handlers which can be used to compose repositories and domain services.

YuckQi.Domain.Services

A .NET library for bootstrapping a domain services project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.5.1 305 3/18/2026
8.5.0 288 3/17/2026
8.4.0 270 3/10/2026
8.3.2 273 3/9/2026
8.3.1 273 3/9/2026
8.3.0 268 3/9/2026
8.0.0 316 2/1/2026
6.5.3 704 5/12/2025
6.5.2 4,783 4/2/2024
6.5.1 286 3/27/2024
6.5.0 289 3/27/2024
6.4.2 1,031 9/19/2023
6.4.1 224 9/19/2023
6.4.0 585 9/18/2023
6.2.0 2,557 3/23/2023
6.1.0 2,668 8/16/2022
6.0.4 827 6/7/2022
6.0.3 1,651 5/30/2022
6.0.2 1,645 5/29/2022
1.3.1 1,131 6/7/2022
Loading failed