JorgeCostaMacia.Shared.Bus.Service
3.3.0
Prefix Reserved
dotnet add package JorgeCostaMacia.Shared.Bus.Service --version 3.3.0
NuGet\Install-Package JorgeCostaMacia.Shared.Bus.Service -Version 3.3.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.Bus.Service" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JorgeCostaMacia.Shared.Bus.Service --version 3.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JorgeCostaMacia.Shared.Bus.Service, 3.3.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.Bus.Service as a Cake Addin #addin nuget:?package=JorgeCostaMacia.Shared.Bus.Service&version=3.3.0 // Install JorgeCostaMacia.Shared.Bus.Service as a Cake Tool #tool nuget:?package=JorgeCostaMacia.Shared.Bus.Service&version=3.3.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
| +-- Aggregate
| +-- Application
| | +-- Service
| +-- Bus
| | +-- Command
| | +-- Event
| | +-- Message
| | +-- Query
| | +-- Service
| +-- Context
| +-- Data
| | +-- Persistence
| +-- Domain
| | +-- Service
| +-- Entity
| +-- Exception
| +-- Root
| +-- Service
| +-- Util
| | +-- Expression
| +-- Validator
| +-- ValueObject
Shared
Base Main Project With All Libs
Shared.Aggregate
Base Aggregate
Shared.Application.Service
Base Application Service
Shared.Bus.Command
Base Bus Message Command And Aggregates
Shared.Bus.Event
Base Bus Message Event And Aggregates
Shared.Bus.Message
Base Bus Message And Aggregates
Shared.Bus.Query
Base Bus Message Query And Aggregates
Shared.Bus.Service
Base Bus Message Service And Infra Configurations
Shared.Context
Base Context
Shared.Data.Persistence
Base Data Persistence
Shared.Domain.Service
Base Domain Service
Shared.Entity
Base Domain Entity And Aggregates
Shared.Exception
Base Domain Exception And Aggregates
Shared.Root
Base Domain Root And Aggregates
Shared.Service
Base Service
Shared.Util.Expression
Utils to manage expressions
Shared.Validator
Base Validators
Shared.ValueObject
Base ValueObject With Exceptions And Validators
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 | 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.
-
net8.0
- JorgeCostaMacia.Shared.Service (>= 2.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JorgeCostaMacia.Shared.Bus.Service:
Package | Downloads |
---|---|
JorgeCostaMacia.Shared
Shared base |
GitHub repositories
This package is not used by any popular GitHub repositories.