An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# CQRSharp

[![NuGet version (CQRSharp)](https://img.shields.io/nuget/v/CQRSharp.svg?style=flat-square)](https://www.nuget.org/packages/CQRSharp/)
[![CodeQL](https://github.com/BisocM/CQRSharp/actions/workflows/github-code-scanning/codeql/badge.svg?branch=Release)](https://github.com/BisocM/CQRSharp/actions/workflows/github-code-scanning/codeql)
[![Qodana](https://github.com/BisocM/CQRSharp/actions/workflows/qodana_code_quality.yml/badge.svg)](https://github.com/BisocM/CQRSharp/actions/workflows/qodana_code_quality.yml)

![Alt](https://repobeats.axiom.co/api/embed/1d9c645b87f2a7c1c24211e12b02407a8df0ff87.svg "Repobeats Analytics")

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.