Base classes for commands and input/output validations.
Info
| Version: | 2.5.0 |
| Author(s): | Bernhard Millauer, Julien Vandenbussche |
| Last Update: | Monday, July 18, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/SeriousM/CodeBasics.Command |
| NuGet Url: | https://www.nuget.org/packages/CodeBasics.Command |
Install
Install-Package CodeBasics.Command
dotnet add package CodeBasics.Command
paket add CodeBasics.Command
CodeBasics.Command Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- System.ComponentModel.Annotations(>= 4.5.0)
Tags