CommandInput_CS 0.0.3

dotnet add package CommandInput_CS --version 0.0.3
                    
NuGet\Install-Package CommandInput_CS -Version 0.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CommandInput_CS" Version="0.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommandInput_CS" Version="0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="CommandInput_CS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CommandInput_CS --version 0.0.3
                    
#r "nuget: CommandInput_CS, 0.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CommandInput_CS@0.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CommandInput_CS&version=0.0.3
                    
Install as a Cake Addin
#tool nuget:?package=CommandInput_CS&version=0.0.3
                    
Install as a Cake Tool

CommandInput_CS

Here is the Project CommandInput_CS

How to use

You need to create a class with interface IEnterFunction, then use the static function "Logic.Run(IEnterFunction enter)" directly. Or, you can make your own logic in the Main() function.

After a few time, you can download the NuGet Package "CommandInput_CS".

How it works

First, Your input will into Console.ReadKey() and return to the value keyInfo in Function CommandInputProcesser_CS.Input.ProcessInput().

Then, the input will be printed in console and push the input into the StringBuilder.

Then, if you press the key Enter, the StringBuilder will be turned into string and be returned.

You command will be explained in CommandExplainer_CS.Eplaner.ExplainCommand(), this function will slice the command. For more ditail, you can find the logic in Explaier.cs

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.3 105 5/26/2026
0.0.2 124 2/22/2026
0.0.1 114 2/10/2026