This repository includes projects containing abstractions and implementations of the command model.
All artifacts are licensed under the MIT license. You are free to use them in open-source or commercial projects as long as you keep the copyright notice intact when redistributing or otherwise reusing our artifacts.
Latest development packages can be found on MyGet.
Package | Description |
---|---|
AppCore.CommandModel.Abstractions |
Provides the public API of the command framework. |
AppCore.CommandModel |
Provides command framework default implementations. |
AppCore.CommandModel.Validation |
Adds validation for commands. |
AppCore.CommandModel.Logging |
Adds logging of commands. |
Contributions, whether you file an issue, fix some bug or implement a new feature, are highly appreciated. The whole user community will benefit from them.
Please refer to the Contribution guide.