ConsoLovers.ConsoleToolkit.Core 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ConsoLovers.ConsoleToolkit.Core --version 1.0.2                
NuGet\Install-Package ConsoLovers.ConsoleToolkit.Core -Version 1.0.2                
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="ConsoLovers.ConsoleToolkit.Core" Version="1.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConsoLovers.ConsoleToolkit.Core --version 1.0.2                
#r "nuget: ConsoLovers.ConsoleToolkit.Core, 1.0.2"                
#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 ConsoLovers.ConsoleToolkit.Core as a Cake Addin
#addin nuget:?package=ConsoLovers.ConsoleToolkit.Core&version=1.0.2

// Install ConsoLovers.ConsoleToolkit.Core as a Cake Tool
#tool nuget:?package=ConsoLovers.ConsoleToolkit.Core&version=1.0.2                

Collection of tools for developing console applications.
This package contains the basic funtionality like application handling and command line argument parsing/mapping like the 4.* version of the ConsoLovers.ConsoleToolkit did, but usable for .NetStandard 2.0

Product 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on ConsoLovers.ConsoleToolkit.Core:

Package Downloads
ConsoLovers.ConsoleToolkit

Toolbox for advanced console applications. The toolbox contains a console menu, a command line argument engine and some other useful console helpers.

ConsoLovers.Toolkit.Ipc.ServerExtension

Simple grpc based inter process communication library using unix domain sockets.

ConsoLovers.Toolkit.ProcessMonitoring.ServerExtension

Simple grpc based inter process communication library using unix domain sockets.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.3.0 125 9/11/2024
5.2.3 453 6/28/2023
5.2.2 157 5/12/2023
5.2.1 419 12/8/2022
5.2.0 1,024 12/8/2022
5.1.1 325 11/28/2022
5.1.0 1,425 10/13/2022
5.0.0 566 9/28/2022
5.0.0-rc22 478 9/19/2022
4.0.0 408 8/17/2022
4.0.0-rc2 152 7/30/2022
4.0.0-rc1 134 7/29/2022
3.0.0 479 5/19/2022
2.0.0 569 5/17/2022
2.0.0-rc.1 135 5/17/2022
2.0.0-beta3 162 5/17/2022
2.0.0-beta2 711 12/18/2018
2.0.0-beta1 539 12/16/2018
2.0.0-alpha 552 12/15/2018
1.0.4 1,019 12/12/2018
1.0.3 1,552 9/25/2018
1.0.2 1,112 4/15/2018
1.0.1 1,024 4/15/2018
1.0.0 2,689 4/11/2018
1.0.0-beta1 835 4/9/2018
1.0.0-alpha3 803 4/9/2018
1.0.0-alpha2 791 4/9/2018

1.0.2
- Fix of Issue #13
1.0.1
- Rename of IExceptionHandler interface