A Domain Driven shared library, containing basic components for setting up a domain event dispatching service.
$ dotnet add package EXCSLA.Shared.Infrastructure.DomainEventDispatcherThe Core.ValueObjects.Common has the base domain models to implement aggregate roots, entities, and domain events.
You can install this package in the following ways:
dotnet add package EXCSLA.Core.Common.Specifications --version 1.0.1
<PackageReference Include="EXCSLA.Core.Common.Specifications" Version="1.0.1" />
NuGet\Install-Package EXCSLA.Core.Common.Specifications -Version 1.0.1