WizardWrx.ConsoleAppAids3 8.1.557

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package WizardWrx.ConsoleAppAids3 --version 8.1.557
NuGet\Install-Package WizardWrx.ConsoleAppAids3 -Version 8.1.557
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="WizardWrx.ConsoleAppAids3" Version="8.1.557" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WizardWrx.ConsoleAppAids3 --version 8.1.557
#r "nuget: WizardWrx.ConsoleAppAids3, 8.1.557"
#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.
// Install WizardWrx.ConsoleAppAids3 as a Cake Addin
#addin nuget:?package=WizardWrx.ConsoleAppAids3&version=8.1.557

// Install WizardWrx.ConsoleAppAids3 as a Cake Tool
#tool nuget:?package=WizardWrx.ConsoleAppAids3&version=8.1.557

Helper routines for console mode programs

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible. 
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.

Version Downloads Last updated
9.0.573 106 1/11/2024
9.0.570 86 1/11/2024
9.0.569 97 12/16/2023
9.0.568 82 12/16/2023
9.0.567 129 9/9/2023
9.0.566 298 12/31/2022
8.1.570 394 10/16/2022
8.1.560 422 5/21/2022
8.1.559 400 5/21/2022
8.1.558 386 5/21/2022
8.1.557 445 4/14/2022
8.0.552 422 4/9/2022
8.0.551 401 3/25/2022
8.0.550 422 3/9/2022
8.0.549 263 12/20/2021
8.0.548 276 12/10/2021
8.0.547 303 10/19/2021
8.0.546 351 10/14/2021
8.0.545 314 8/9/2021
8.0.544 340 7/12/2021
8.0.543 388 7/4/2021
8.0.542 326 6/30/2021
8.0.541 307 6/21/2021
8.0.540 322 6/21/2021
8.0.539 285 6/18/2021
8.0.538 276 6/11/2021
8.0.537 297 6/11/2021
8.0.536 307 6/9/2021
8.0.535 361 6/6/2021
8.0.533 315 5/2/2021
8.0.531 327 3/6/2021
8.0.528 336 3/5/2021
7.2.525 392 10/28/2020
7.1.521.579 564 6/5/2019

Instance method NormalExit on a ConsoleAppStateManager object neglected to print the message that corresponds to the status code from the table of static error messages. Hence, relying on this method left you with a status code (somewhat useful) but no explanatory message, nor any evidence of the nonzero status code in the console stream.