https://github.com/bisocm/cqrsharp
CQRSharp is a lightweight, attribute-driven CQRS framework for .NET applications. It focuses on providing native AoT support and optimized performance for short-lived and quick-deployment environments.
https://github.com/bisocm/cqrsharp
aot-compatible cqrs cqrs-framework cqrs-pattern native-aot query
Last synced: 5 months ago
JSON representation
CQRSharp is a lightweight, attribute-driven CQRS framework for .NET applications. It focuses on providing native AoT support and optimized performance for short-lived and quick-deployment environments.
- Host: GitHub
- URL: https://github.com/bisocm/cqrsharp
- Owner: BisocM
- License: mit
- Created: 2024-09-23T14:40:27.000Z (almost 2 years ago)
- Default Branch: Release
- Last Pushed: 2025-12-22T02:37:58.000Z (6 months ago)
- Last Synced: 2025-12-22T20:39:58.594Z (6 months ago)
- Topics: aot-compatible, cqrs, cqrs-framework, cqrs-pattern, native-aot, query
- Language: C#
- Homepage: https://bisocm.org/projects/cqrsharp
- Size: 905 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CQRSharp
[](https://www.nuget.org/packages/CQRSharp/)
[](https://github.com/BisocM/CQRSharp/actions/workflows/github-code-scanning/codeql)
[](https://github.com/BisocM/CQRSharp/actions/workflows/qodana_code_quality.yml)

A lightweight, extensible, and attribute-driven Command Query Responsibility Segregation (CQRS) framework for .NET
applications, with complete Native AoT support.
For more information, please advise the [wiki](https://github.com/BisocM/CQRSharp/wiki) page!
---
## Contributing
Contributions are welcome! Please open issues and pull requests for bug fixes, enhancements, or new features.
To contribute:
1. Fork the repository.
2. Create a new branch.
3. Make your changes.
4. Submit a pull request.
Please ensure that your code follows the project's coding standards and includes appropriate tests.
---
## License
This project is licensed under the [MIT License](LICENSE).
---
**Note**: This project is in active development.