ConsoLovers.ConsoleToolkit.Core 2.0.0-beta1

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

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.3.0 160 9/11/2024
5.2.3 593 6/28/2023
5.2.2 173 5/12/2023
5.2.1 465 12/8/2022
5.2.0 1,311 12/8/2022
5.1.1 347 11/28/2022
5.1.0 1,469 10/13/2022
5.0.0 589 9/28/2022
5.0.0-rc22 499 9/19/2022
4.0.0 439 8/17/2022
4.0.0-rc2 172 7/30/2022
4.0.0-rc1 154 7/29/2022
3.0.0 504 5/19/2022
2.0.0 594 5/17/2022
2.0.0-rc.1 156 5/17/2022
2.0.0-beta3 187 5/17/2022
2.0.0-beta2 772 12/18/2018
2.0.0-beta1 585 12/16/2018
2.0.0-alpha 598 12/15/2018
1.0.4 1,079 12/12/2018
1.0.3 1,618 9/25/2018
1.0.2 1,274 4/15/2018
1.0.1 1,185 4/15/2018
1.0.0 2,890 4/11/2018
1.0.0-beta1 988 4/9/2018
1.0.0-alpha3 957 4/9/2018
1.0.0-alpha2 944 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)