ECO.Core
2.1.1
See the version list below for details.
dotnet add package ECO.Core --version 2.1.1
NuGet\Install-Package ECO.Core -Version 2.1.1
<PackageReference Include="ECO.Core" Version="2.1.1" />
paket add ECO.Core --version 2.1.1
#r "nuget: ECO.Core, 2.1.1"
// Install ECO.Core as a Cake Addin #addin nuget:?package=ECO.Core&version=2.1.1 // Install ECO.Core as a Cake Tool #tool nuget:?package=ECO.Core&version=2.1.1
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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.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.