WindowsForm.Console 1.9.30.1256

Suggested Alternatives

WindowsForms.Console

Additional Details

maintained new nuget package

dotnet add package WindowsForm.Console --version 1.9.30.1256
                    
NuGet\Install-Package WindowsForm.Console -Version 1.9.30.1256
                    
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="WindowsForm.Console" Version="1.9.30.1256" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WindowsForm.Console" Version="1.9.30.1256" />
                    
Directory.Packages.props
<PackageReference Include="WindowsForm.Console" />
                    
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 WindowsForm.Console --version 1.9.30.1256
                    
#r "nuget: WindowsForm.Console, 1.9.30.1256"
                    
#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.
#addin nuget:?package=WindowsForm.Console&version=1.9.30.1256
                    
Install WindowsForm.Console as a Cake Addin
#tool nuget:?package=WindowsForm.Console&version=1.9.30.1256
                    
Install WindowsForm.Console as a Cake Tool

Component of WindowsForm, ConsoleGUI is added to WindowsForm Application.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

- added showTimeTag parameter on output for WriteLine() method
- bug fixed on Async Writing
- added AutoScrollToEndline property
- added SecureReadLine property
- added new examples
- added colored ReadKey() method
more stable than previous version