Shared.Domain.Service 1.0.0

dotnet add package Shared.Domain.Service --version 1.0.0
NuGet\Install-Package Shared.Domain.Service -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="Shared.Domain.Service" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Shared.Domain.Service --version 1.0.0
#r "nuget: Shared.Domain.Service, 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 Shared.Domain.Service as a Cake Addin
#addin nuget:?package=Shared.Domain.Service&version=1.0.0

// Install Shared.Domain.Service as a Cake Tool
#tool nuget:?package=Shared.Domain.Service&version=1.0.0

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 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Shared.Domain.Service:

Package Downloads
JorgeCostaMacia.Shared The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Shared base

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 101 1/26/2024