Blzr.Components.CommandLine
3.0.0
See the version list below for details.
dotnet add package Blzr.Components.CommandLine --version 3.0.0
NuGet\Install-Package Blzr.Components.CommandLine -Version 3.0.0
<PackageReference Include="Blzr.Components.CommandLine" Version="3.0.0" />
<PackageVersion Include="Blzr.Components.CommandLine" Version="3.0.0" />
<PackageReference Include="Blzr.Components.CommandLine" />
paket add Blzr.Components.CommandLine --version 3.0.0
#r "nuget: Blzr.Components.CommandLine, 3.0.0"
#addin nuget:?package=Blzr.Components.CommandLine&version=3.0.0
#tool nuget:?package=Blzr.Components.CommandLine&version=3.0.0
A simple component to mock command line interface(CLI) for ASP.NET Core 3.x Blazor applications to execute some custom commands for an application.
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:
- Build from scratch to have reliable usage
- System.CommandLine is integrated
- Some UI fixes
- BaseCommand abstraction is added to create custom commands
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- System.CommandLine.Experimental (>= 0.3.0-alpha.19577.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.