Resrcify.SharedKernel
No description available
Install / Use
/learn @Resrcify/Resrcify.SharedKernelREADME
Resrcify.SharedKernel
Description
Implemented a Clean Architecture Shared Kernel, including the building blocks for Domain Driven Design and the Result pattern, to be used in internal projects. The different modules are seperated into different NuGet packages using pipelines and published on the public package manager for .NET.
Table of Contents
Modules
Samples
Contributions
First off, thank you for considering contributing to this project. We appreciate any contributions, from reporting issues to writing code, improving documentation, and suggesting new features.
Contribution Process
- Fork the repository: Click the "Fork" button at the top of the repository page.
- Clone your fork:
git clone https://github.com/Resrcify/Resrcify.SharedKernel.git - Create a branch for your changes:
git checkout -b feature/your-feature-name - Make your changes: Ensure your code follows the project’s coding style by implementing / using the .editorconfig as provided in this repository.
- Write tests (if applicable) to ensure the functionality works as expected.
- Commit your changes: Write clear and concise commit messages.
git commit -m "Add feature or fix bug" - Push your branch:
git push origin feature/your-feature-name - Create a pull request: Submit a PR to the
masterbranch on the original repository. In your PR description, explain the changes you’ve made and reference any related issues.
Credits
Inspired by Milan Jovanovic's Clean Architecture series to create this Shared Kernel.
