Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

AppCoreNet/Commands

Repository files navigation

Commands

Build Status Azure DevOps tests (compact) Azure DevOps coverage (branch) Nuget

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.

Packages

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.

Contributing

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.