BizArk.Core
2.0.3
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
<PackageReference Include="BizArk.Core" Version="2.0.3" />
paket add BizArk.Core --version 2.0.3
#r "nuget: BizArk.Core, 2.0.3"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
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 | 64,922 | 5/22/2019 |
4.0.0.45 | 1,937 | 12/7/2018 |
3.1.0.19 | 3,531 | 6/10/2018 |
3.1.0.15 | 1,982 | 11/19/2017 |
3.0.0.35-beta | 4,330 | 7/20/2017 |
3.0.0.32-beta | 3,456 | 5/5/2017 |
3.0.0.31-beta | 815 | 5/5/2017 |
3.0.0.27-beta | 897 | 4/16/2017 |
2.0.16 | 22,543 | 2/10/2015 |
2.0.15 | 1,341 | 1/25/2015 |
2.0.14 | 2,467 | 4/17/2014 |
2.0.13 | 1,504 | 3/5/2014 |
2.0.12 | 1,353 | 1/14/2014 |
2.0.10 | 1,949 | 12/12/2013 |
2.0.9 | 1,509 | 12/11/2013 |
2.0.8 | 1,712 | 10/23/2013 |
2.0.7 | 1,520 | 10/10/2013 |
2.0.4 | 1,673 | 9/30/2013 |
2.0.3 | 1,516 | 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