EXCSLA.Core.Common.Abstractions 1.0.2

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

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

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:

  1. Dotnet CLI

dotnet add package EXCSLA.Core.Common.Abstractions --version 1.0.1

  1. Add to csproj file.

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

  1. Visual Studio Package Manager

NuGet\Install-Package EXCSLA.Core.Common.Abstractions -Version 1.0.1

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.2 193 2/11/2024
1.0.1 108 2/9/2024