ECO.Core
3.0.0
dotnet add package ECO.Core --version 3.0.0
NuGet\Install-Package ECO.Core -Version 3.0.0
<PackageReference Include="ECO.Core" Version="3.0.0" />
<PackageVersion Include="ECO.Core" Version="3.0.0" />
<PackageReference Include="ECO.Core" />
paket add ECO.Core --version 3.0.0
#r "nuget: ECO.Core, 3.0.0"
#:package ECO.Core@3.0.0
#addin nuget:?package=ECO.Core&version=3.0.0
#tool nuget:?package=ECO.Core&version=3.0.0
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 | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.7)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.7)
NuGet packages (9)
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.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. |
|
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". |
GitHub repositories
This package is not used by any popular GitHub repositories.