AlastairLundy.CliInvoke.Extensibility 1.0.0

Prefix Reserved
dotnet add package AlastairLundy.CliInvoke.Extensibility --version 1.0.0                
NuGet\Install-Package AlastairLundy.CliInvoke.Extensibility -Version 1.0.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="AlastairLundy.CliInvoke.Extensibility" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlastairLundy.CliInvoke.Extensibility --version 1.0.0                
#r "nuget: AlastairLundy.CliInvoke.Extensibility, 1.0.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.
// Install AlastairLundy.CliInvoke.Extensibility as a Cake Addin
#addin nuget:?package=AlastairLundy.CliInvoke.Extensibility&version=1.0.0

// Install AlastairLundy.CliInvoke.Extensibility as a Cake Tool
#tool nuget:?package=AlastairLundy.CliInvoke.Extensibility&version=1.0.0                

CliInvoke.Extensibility

This readme covers the CliInvoke.Extensibility package. Looking for the CliInvoke Readme?

This package adds:

  • abstractions to make extending CliInvoke, and it's supported types easier.

NuGet NuGet

Usage

SpecializedCommandConfiguration

CliInvoke.Extensibility provides an abstraction to make it easier to create custom Command Configurations.

This abstraction comes in the form of SpecializedCliCommandConfiguration.

Why a separate package?

There's a few different reasons:

  • De-couples the extensibility related abstractions from the main library
  • Not every user of CliInvoke will necessarily use or need CliInvoke Specializations or other extensibility powered features.

Licensing

CliInvoke.Extensibility is licensed under the MPL 2.0 license. If you modify any of the package's files then the modified files must be licensed under the MPL 2.0 .

If you use this package in your project please make an exact copy of the contents of the LICENSE.txt file available either in your third party licenses txt file or as a separate txt file.

Assets

CliInvoke's Icon is NOT licensed under the MPL 2.0 license and are licensed under Copyright with all rights reserved to me (Alastair Lundy).

If you fork CliInvoke and re-distribute it, please replace the usage of the icon unless you have prior written agreements from me.

Acknowledgements

This project would like to thank the following projects for their work:

For more information, please see the THIRD_PARTY_NOTICES file.

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 is compatible.  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 is compatible.  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 is compatible. 
.NET Framework net461 was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AlastairLundy.CliInvoke.Extensibility:

Package Downloads
AlastairLundy.CliInvoke.Specializations

CliRunner Specializations is a library for providing Specializations of CliRunner's Commands.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 141 3/2/2025
1.0.0-rc.2 81 3/1/2025

* Updated to support CliInvoke 1.0.0 changes.
* Created ``ISpecializedCliCommandInvoker`` from ``SpecializedCliCommandInvoker``.