ECO.Core
2.2.3
See the version list below for details.
dotnet add package ECO.Core --version 2.2.3
NuGet\Install-Package ECO.Core -Version 2.2.3
<PackageReference Include="ECO.Core" Version="2.2.3" />
paket add ECO.Core --version 2.2.3
#r "nuget: ECO.Core, 2.2.3"
// Install ECO.Core as a Cake Addin #addin nuget:?package=ECO.Core&version=2.2.3 // Install ECO.Core as a Cake Tool #tool nuget:?package=ECO.Core&version=2.2.3
ECO is a package that contains some base classes for DDD-development. It helps to avoid the creation of standard classes like Entity, AggregateRoot or ValueObject and it is based on the concept of "persistent unit".
Product | Versions 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. |
-
net7.0
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 7.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.0)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on ECO.Core:
Package | Downloads |
---|---|
ECO.Core.Providers.NHibernate
ECO.Providers.NHibernate is the package for NHibernate. It contains all the NHibernate stuff (repositories, contexts). |
|
ECO.Core.Integrations.Moq
ECO.Integrations.Moq is the base package for Moq integrations. It contains all the extension methods required to setup ECO with Mow testing framework. |
|
ECO.Core.Providers.EntityFramework
ECO.Providers.EntityFramework is the base package for EFCore. It contains all the basic EFCore stuff (repositories, contexts) but it's required to install also the EFCore specific provider (es. ECO.Providers.EntityFramework.SqlServer). |
|
ECO.Core.EventSourcing
ECO is a package that contains some base classes for DDD and Event Sourcing development. It helps to avoid the creation of standard classes like "event sourcing AggregateRoot" and all the "events stuff". |
|
ECO.Core.Integrations.Microsoft.DependencyInjection
ECO.Integrations.Microsoft.DependencyInjection is the base package for Microsoft DI. It contains all the extension methods required to setup ECO with Micorosft DI. |
GitHub repositories
This package is not used by any popular GitHub repositories.