EXCSLA.Core.Common.Entities 1.0.1

dotnet add package EXCSLA.Core.Common.Entities --version 1.0.1
NuGet\Install-Package EXCSLA.Core.Common.Entities -Version 1.0.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="EXCSLA.Core.Common.Entities" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EXCSLA.Core.Common.Entities --version 1.0.1
#r "nuget: EXCSLA.Core.Common.Entities, 1.0.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.
// Install EXCSLA.Core.Common.Entities as a Cake Addin
#addin nuget:?package=EXCSLA.Core.Common.Entities&version=1.0.1

// Install EXCSLA.Core.Common.Entities as a Cake Tool
#tool nuget:?package=EXCSLA.Core.Common.Entities&version=1.0.1

EXCSLA.Core.Common.Entities

The Core.ValueObjects.Common has the base domain models to implement aggregate roots, entities, and domain events.

Installation

You can install this package in the following ways:

  1. Dotnet CLI

dotnet add package EXCSLA.Core.Entities --version 1.0.1

  1. Add to csproj file.

<PackageReference Include="EXCSLA.Core.Entities" Version="1.0.1" />

  1. Visual Studio Package Manager

NuGet\Install-Package EXCSLA.Core.Entities -Version 1.0.1

Description

The Core.ValueObjects.Common has the base domain models to implement aggregate roots, entities, and domain events.

BaseEntity

Base class for DDD Entity objects. Handles equality based off of Id field. Inherit from this class for any domain entity that needs to be tracked by an Id.

BaseAggregateRoot

Base class for DDD Aggregates. This class bakes domain events into the base entity.

BaseDomainEvent

Base class for domain event. Adds DateOccured to the event for tracking when the event occured.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on EXCSLA.Core.Common.Entities:

Package Downloads
EXCSLA.Core.Common.Abstractions

A Domain Driven shared library, containing basic components for setting up a domain. This package contains interfaces needed to implement various services within this framework.

EXCSLA.Core.Common.GuardClauses

Guard Clauses orginally created by Steve (Ardalis) Smith. This project adds additional guard clauses used in EXCSLA.Shared.Core. These guard clauses are meant to be used with the EXCSLA.Shared framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 349 10/23/2023