Sumapap.Common
1.0.0
dotnet add package Sumapap.Common --version 1.0.0
NuGet\Install-Package Sumapap.Common -Version 1.0.0
<PackageReference Include="Sumapap.Common" Version="1.0.0" />
<PackageVersion Include="Sumapap.Common" Version="1.0.0" />
<PackageReference Include="Sumapap.Common" />
paket add Sumapap.Common --version 1.0.0
#r "nuget: Sumapap.Common, 1.0.0"
#:package Sumapap.Common@1.0.0
#addin nuget:?package=Sumapap.Common&version=1.0.0
#tool nuget:?package=Sumapap.Common&version=1.0.0
๐ก Sumapap
Sumapap is an evolving ecosystem of .NET libraries born from real-world development challenges. It reflects my continuous journey as a software engineer โ moving away from "perfect" abstractions toward practical, production-ready systems.
Sumapap supersedes SingleScope as my primary project, incorporating years of real-world lessons into an evolving ecosystem of .NET libraries.
๐ค What is included in this repository?
This repository contains modular .NET libraries designed for .NET 10. These tools focus on decoupling domain logic from infrastructure while maintaining high performance and developer productivity.
| Package | Description | Latest Version | Download |
|---|---|---|---|
| Sumapap.Ddd | Lightweight DDD abstractions (Aggregates, Value Objects, Domain Events). | ||
| Sumapap.Ddd.Dispatcher | In-memory batch publishing for IDomainEvent instances. |
||
| Sumapap.Ddd.Mediator | Adapts domain events to Mediator pipelines. | ||
| Sumapap.Persistence | Abstractions for Repositories, Specifications, and Unit of Work. | ||
| Sumapap.Persistence.EfCore | Entity Framework Core implementation of persistence patterns defined in Sumapap.Persistence. |
โญ Naming Convention
We follow a strict capability-technology hierarchy:
Sumapap.<Capability>.<Technology>
๐ฉ Layer Diagram
The image is a layered architecture diagram showing how different libraries and modules are organized and layered to support a scalable system.
The Dependency Rule: Dependencies always flow downward. Foundational abstractions (bottom) are technology-agnostic, while implementation layers (top) handle specific frameworks.
๐ก๏ธ Disclaimer
This project is an honest reflection of my professional journey. While it is used in production environments, I encourage users to review the source code against their specific performance and security requirements. Sumapap is not a "perfect" framework โ it is a set of tools that continues to evolve as I learn and grow.
๐ Getting Started
Please read the documentation for each respective library in the /docs folder.
๐ช Contributions
Contributions are welcome! If you encounter a bug, have a suggestion, or want to contribute code, please follow these steps:
- Check the GitHub Issues to see if your issue or idea has already been reported.
- If not, open a new issue to describe the bug or feature request.
- For code contributions:
- Fork the Project repository (
https://github.com/muhammadirwanto-dev/sumapap). - Create your Feature Branch (
git checkout -b feature/YourAmazingFeature). - Commit your Changes. Adhere to conventional commit messages if possible.
- Push to the Branch and open a Pull Request against
main.
- Fork the Project repository (
- Please try to follow the existing coding style and include unit tests for new or modified functionality.
โญ License
Distributed under the MIT License. See the LICENSE file in the repository for more information.
๐ฉ Contact
GitHub @muhammadirwanto-dev
Project Url https://github.com/muhammadirwanto-dev/sumapap/tree/main/source/Sumapap
โ Support
If you like this project and want to support it, you can buy me a coffee๏ธ. Your coffee will keep me awake while developing this project โ.
<p align="center"> <a href="https://buymeacoffee.com/muhirwanto.dev"> <img src="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=&slug=muhirwanto.dev&button_colour=FFDD00&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=ffffff" alt="Buy Me A Coffee"> </a> </p>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sumapap.Common:
| Package | Downloads |
|---|---|
|
Sumapap.Caching
Provider-agnostic cache key generation abstractions for Sumapap packages. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 230 | 5/24/2026 |