CommandCore.LightIoC 1.4.0

dotnet add package CommandCore.LightIoC --version 1.4.0
                    
NuGet\Install-Package CommandCore.LightIoC -Version 1.4.0
                    
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="CommandCore.LightIoC" Version="1.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommandCore.LightIoC" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="CommandCore.LightIoC" />
                    
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 CommandCore.LightIoC --version 1.4.0
                    
#r "nuget: CommandCore.LightIoC, 1.4.0"
                    
#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.
#:package CommandCore.LightIoC@1.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CommandCore.LightIoC&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=CommandCore.LightIoC&version=1.4.0
                    
Install as a Cake Tool

CommandCore.LightIoC offers lightweight inversion of control capabilities, specifically designed for CommandCore.Library, which provides MVC-style command line application development. You can find more information as well the source code of both libraries at their Github page: https://github.com/tarikguney/command-core.

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CommandCore.LightIoC:

Package Downloads
CommandCore.Library

A simple command line parsing library that helps creating CLI apps using MVC pattern. There are many command line parsing libraries out there, but most of them are unnecessarily complicated. Command Core library is built using a well-understood desing pattern: MVC. It cleanly separates the building blocks and makes the CLI development a scalable, extensible, and more importantly simpler endeavor.You can find more information and the source code of this project at its Github page https://github.com/tarikguney/command-core

CommandCore

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.0 852 7/27/2020
1.4.0-beta.2 487 7/26/2020
1.4.0-beta.1 449 7/25/2020
1.3.0 673 7/19/2020
1.3.0-beta 458 7/19/2020
1.2.3 750 7/18/2020
1.2.3-beta1 462 7/17/2020
1.2.2 703 7/16/2020
1.2.1 682 7/14/2020
1.2.0 657 7/14/2020
1.1.1 681 7/13/2020
1.1.0 646 7/12/2020
1.0.0 731 7/12/2020
1.0.0-beta3 471 7/11/2020
1.0.0-beta2 519 7/10/2020
1.0.0-beta1 510 7/9/2020
1.0.0-alpha6 445 7/7/2020
1.0.0-alpha4 440 7/6/2020
1.0.0-alpha3 522 7/6/2020
1.0.0-alpha2 520 7/6/2020
1.0.0-alpha1 545 7/6/2020