ValueObject with exceptions and validators
$ dotnet add package JorgeCostaMacia.Shared.ValueObjectShared .Net solution to develop and share nuggets and libraries.<br> It's apply DDD and CQRS architecture.<br> All projects just have the logic of one domain concept.
| Branch | Status | Release |
|---|---|---|
| main |
| Package | Info | Nuget |
|---|---|---|
| Main | ||
| JorgeCostaMacia.Shared | Main project with all libs | |
| Base | ||
| JorgeCostaMacia.Shared.Service |
| Base service |
| JorgeCostaMacia.Shared.Validator | Base validators |
| JorgeCostaMacia.Shared.Context | Base context |
| Error |
| JorgeCostaMacia.Shared.Exception | Exceptions and aggregates |
| Data |
| JorgeCostaMacia.Shared.Data.Persistence | Data and repository |
| JorgeCostaMacia.Shared.Data.Converters | Converters across BBDD platforms |
| DDD |
| JorgeCostaMacia.Shared.Aggregate | Domain root and aggregates |
| JorgeCostaMacia.Shared.Entity | Domain entity and aggregates |
| JorgeCostaMacia.Shared.ValueObject | ValueObject with exceptions and validators |
| Bus |
| JorgeCostaMacia.Shared.Bus | Bus base abstraction |
| JorgeCostaMacia.Shared.Bus.Command | Bus command abstractions with CQRS |
| JorgeCostaMacia.Shared.Bus.Event | Bus event abstractions with CQRS |
| JorgeCostaMacia.Shared.Bus.Query | Bus query abstractions with CQRS |
| JorgeCostaMacia.Shared.Bus.Message | Bus message with context base |
| JorgeCostaMacia.Shared.Bus.Kafka | Bus kafka implementation |
| Other |
| JorgeCostaMacia.Shared.Util.Expression | Utils to manage expressions |
| JorgeCostaMacia.Shared.Util.GuidHelper | Utils to create Guids |