EXCSLA.Core.Common.Abstractions
1.0.1
See the version list below for details.
dotnet add package EXCSLA.Core.Common.Abstractions --version 1.0.1
NuGet\Install-Package EXCSLA.Core.Common.Abstractions -Version 1.0.1
<PackageReference Include="EXCSLA.Core.Common.Abstractions" Version="1.0.1" />
paket add EXCSLA.Core.Common.Abstractions --version 1.0.1
#r "nuget: EXCSLA.Core.Common.Abstractions, 1.0.1"
// Install EXCSLA.Core.Common.Abstractions as a Cake Addin #addin nuget:?package=EXCSLA.Core.Common.Abstractions&version=1.0.1 // Install EXCSLA.Core.Common.Abstractions as a Cake Tool #tool nuget:?package=EXCSLA.Core.Common.Abstractions&version=1.0.1
EXCSLA.Core.Common.Abstractions
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:
- Dotnet CLI
dotnet add package EXCSLA.Core.Common.Abstractions --version 1.0.1
- Add to csproj file.
<PackageReference Include="EXCSLA.Core.Common.Abstractions" Version="1.0.1" />
- Visual Studio Package Manager
NuGet\Install-Package EXCSLA.Core.Common.Abstractions -Version 1.0.1
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. |
-
net8.0
- EXCSLA.Core.Common.Entities (>= 1.0.1)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on EXCSLA.Core.Common.Abstractions:
Package | Downloads |
---|---|
EXCSLA.Shared.Infrastructure.DomainEventDispatcher
A Domain Driven shared library, containing basic components for setting up a domain event dispatching service. |
|
EXCSLA.Shared.Infrastructure.SendGridEmailService
A Domain Driven shared library, containing basic components for setting up an email service using SendGrid. |
|
EXCSLA.Shared.Infrastructure.Data.EntityFrameworkCore
A Domain Driven shared library, containing basic components for setting up a domain. Contains base classes for AggregateRoots, Entities, and value objects. These each have proper overrides for Equals, ==, and !=. This package also includes interfaces for setting up domain events as well as interfaces for using a repository pattern. This is an open source project please feel free to do a pull request on the github repo. |
|
EXCSLA.Shared.Infrastructure.Data.EntityFrameworkCore.Standard
A Domain Driven shared library, containing basic components for setting up a Entity Framework Core in the domain. |
|
EXCSLA.Core.Common.Specifications
A Domain Driven shared library, containing basic components for setting up a domain. Contains base classes for AggregateRoots, Entities, and value objects. These each have proper overrides for Equals, ==, and !=. This package also includes interfaces for setting up domain events as well as interfaces for using a repository pattern. This is an open source project please feel free to do a pull request on the github repo. |
GitHub repositories
This package is not used by any popular GitHub repositories.