Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 769 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 769 Bytes

LiteCQRS

LiteCQRS is a small convention-based CQRS framework that differs from others by NOT using interfaces or base-classes or attributes for defining command- and event handlers. Instead, it relies on method signatures and the namespace of the class, containing the method.

License

License: The MIT License (MIT)

SemVer for versioning

LiteCQRS uses SemVer for versioning.

Contribute

Line feeds setting should be core.autocrlf=false.

Unit-tests are written using NUnit and integration tests ans specifications are written using Machine Specifications.

Pull request should be against the Develop branch