ConsoLovers.ConsoleToolkit.Core 2.0.0-beta2

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

// Install ConsoLovers.ConsoleToolkit.Core as a Cake Tool
#tool nuget:?package=ConsoLovers.ConsoleToolkit.Core&version=2.0.0-beta2&prerelease

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 is compatible.  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.
  • .NETFramework 4.6.1

    • No dependencies.
  • .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.2.3 246 6/28/2023
5.2.2 125 5/12/2023
5.2.1 341 12/8/2022
5.2.0 795 12/8/2022
5.1.1 290 11/28/2022
5.1.0 1,227 10/13/2022
5.0.0 517 9/28/2022
5.0.0-rc22 431 9/19/2022
4.0.0 386 8/17/2022
4.0.0-rc2 129 7/30/2022
4.0.0-rc1 116 7/29/2022
3.0.0 457 5/19/2022
2.0.0 534 5/17/2022
2.0.0-rc.1 115 5/17/2022
2.0.0-beta3 136 5/17/2022
2.0.0-beta2 671 12/18/2018
2.0.0-beta1 512 12/16/2018
2.0.0-alpha 516 12/15/2018
1.0.4 979 12/12/2018
1.0.3 1,517 9/25/2018
1.0.2 1,085 4/15/2018
1.0.1 1,003 4/15/2018
1.0.0 2,601 4/11/2018
1.0.0-beta1 803 4/9/2018
1.0.0-alpha3 777 4/9/2018
1.0.0-alpha2 774 4/9/2018

2.0.0
- Rewrite of command line argument parsing (now from string and not only string[])
- Rewrite of indexed arguments handling.
- Added support for sharing arguments between commands and the application
- Removed IndexedArgument attribute (moved index to ArgumentAttribute)