Sumapap.Common 1.0.0

dotnet add package Sumapap.Common --version 1.0.0
                    
NuGet\Install-Package Sumapap.Common -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="Sumapap.Common" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sumapap.Common" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Sumapap.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sumapap.Common --version 1.0.0
                    
#r "nuget: Sumapap.Common, 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.
#:package Sumapap.Common@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sumapap.Common&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Sumapap.Common&version=1.0.0
                    
Install as a Cake Tool

๐Ÿ’ก Sumapap

License: MIT GitHub Issues GitHub Stars GitHub Forks Contributions Welcome Build & Publish Code Coverage

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). NuGet NuGet Downloads
Sumapap.Ddd.Dispatcher In-memory batch publishing for IDomainEvent instances. NuGet NuGet Downloads
Sumapap.Ddd.Mediator Adapts domain events to Mediator pipelines. NuGet NuGet Downloads
Sumapap.Persistence Abstractions for Repositories, Specifications, and Unit of Work. NuGet NuGet Downloads
Sumapap.Persistence.EfCore Entity Framework Core implementation of persistence patterns defined in Sumapap.Persistence. NuGet NuGet Downloads

โญ Naming Convention

We follow a strict capability-technology hierarchy:

Sumapap.<Capability>.<Technology>

๐Ÿšฉ Layer Diagram

image.png

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:

  1. Check the GitHub Issues to see if your issue or idea has already been reported.
  2. If not, open a new issue to describe the bug or feature request.
  3. 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.
  4. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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