Info
Version: | 5.0.0 |
Author(s): | Arda Cetinkaya |
Last Update: | Tuesday, November 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Blzr.Components.CommandLine |
Install
Install-Package Blzr.Components.CommandLine
dotnet add package Blzr.Components.CommandLine
paket add Blzr.Components.CommandLine
Blzr.Components.CommandLine Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Within ICommand interface it is possible to implement any custom business related commands for Blazor.Console
Example scenarios;
- Clear response cache
- Export log files
- Change run-time settings
- Monitor application resources
Updates:
- .NET 5.0 upgrade.