JorgeCostaMacia.Shared.Aggregate
1.0.0
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package JorgeCostaMacia.Shared.Aggregate --version 1.0.0
NuGet\Install-Package JorgeCostaMacia.Shared.Aggregate -Version 1.0.0
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="JorgeCostaMacia.Shared.Aggregate" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JorgeCostaMacia.Shared.Aggregate --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JorgeCostaMacia.Shared.Aggregate, 1.0.0"
#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 JorgeCostaMacia.Shared.Aggregate as a Cake Addin #addin nuget:?package=JorgeCostaMacia.Shared.Aggregate&version=1.0.0 // Install JorgeCostaMacia.Shared.Aggregate as a Cake Tool #tool nuget:?package=JorgeCostaMacia.Shared.Aggregate&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Shared .Net
Jorge Costa Macia
https://github.com/JorgeCostaMacia/
https://bitbucket.org/jorgecostamacia/
https://www.linkedin.com/in/jorge-costa-macia-842817164/
Introduction
Shared .Net solution to develop and share nuggets and libraries.
Its apply DDD and CQRS architecture.
All projects just have the logic of one domain concept.
Domains
+-- shared-net/
| +-- Shared/
| +-- Shared.Aggregate/
| +-- Shared.Application/
| +-- Shared.Context/
| +-- Shared.Data.Persistence/
| +-- Shared.Service/
Shared
Empty main project
Shared.Aggregate
Base aggregate
Shared.Application
Base application service
Shared.Context
Base Context
Shared.Data.Persistence
Base Data Persistence
Shared.Service
Base service
Git
This reposity applies gitflow to manage the branches.
It has master, develop, features, hotfix, bugfix and release branches.
Features, hotfixes and bugfixes will start by develop and end in to in develop to.
When they are ready to go to production, a release by develep will be created and merged in to master and develop.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on JorgeCostaMacia.Shared.Aggregate:
Package | Downloads |
---|---|
JorgeCostaMacia.Shared
Shared base |
|
JorgeCostaMacia.Shared.Aggregate.Exception
Shared aggregate exception base |
|
JorgeCostaMacia.Shared.Aggregate.Message
Shared aggregate message base |
|
JorgeCostaMacia.Shared.Root
Shared root base |
GitHub repositories
This package is not used by any popular GitHub repositories.