BizArk.Core 2.0.3

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

// Install BizArk.Core as a Cake Tool
#tool nuget:?package=BizArk.Core&version=2.0.3

Core assembly in the BizArk framework. The most useful component in the command-line parsing. For more info see project site.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on BizArk.Core:

Package Downloads
BizArk.ConsoleApp

A simple, but very powerful, command-line parsing utility that automatically populates properties in your argument object. Handles data type conversions and data validation. Provides help text optimized for the console. See the project WIKI on Git for full list of features and documentation.

BizArk.Data

Utility classes for working with databases. There is an implementation for Sql Server, but other databases can be easily made to work by creating a vendor specific implementation of BaDatabase.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.1.50 59,681 5/22/2019
4.0.0.45 1,843 12/7/2018
3.1.0.19 3,269 6/10/2018
3.1.0.15 1,899 11/19/2017
3.0.0.35-beta 4,306 7/20/2017
3.0.0.32-beta 3,432 5/5/2017
3.0.0.31-beta 780 5/5/2017
3.0.0.27-beta 868 4/16/2017
2.0.16 19,859 2/10/2015
2.0.15 1,307 1/25/2015
2.0.14 2,420 4/17/2014
2.0.13 1,456 3/5/2014
2.0.12 1,311 1/14/2014
2.0.10 1,903 12/12/2013
2.0.9 1,468 12/11/2013
2.0.8 1,669 10/23/2013
2.0.7 1,478 10/10/2013
2.0.4 1,624 9/30/2013
2.0.3 1,462 9/16/2013

Significant improvements and bug fixes in the command-line parsing component:

7538 Initialized method isn't called when no args are given
7522 Set ExitCode which is different than 0 on exception
7513 Exception is thrown when class derived from CmdLineObject is executed from Team City
7471 Assignment delimiter - allows custom delimeter between comman-line name and value
7445 Overriding validation on CmdLineObject doesn't really invalidate the object
7220 Multiple default properties
7142 Using aliases with different case causes exception