D20Tek.Spectre.Console.Extensions 1.0.8

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

// Install D20Tek.Spectre.Console.Extensions as a Cake Tool
#tool nuget:?package=D20Tek.Spectre.Console.Extensions&version=1.0.8

Extensions for common code and patterns when using Spectre.Console CLI app framework.

The current releases contain implementations of ITypeRegistrar and ITypeResolver to integrate the Microsoft.Extensions.DependencyInjection, Autofac, Lamar, LightInject, Ninject, and SimpleInjector frameworks with Spectre.Console.
We also support the CommandAppBuilder for easily creating and running your instance of Spectre.Console.CommandApp.
The new Extensions.Testing namespace support test infrastructure classes to easily test commands, configuration, and end-to-end test runs. There are various CommandAppTextContext classes and helpers that simplify unit test boilerplate code.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.3 1,261 5/20/2023
1.0.9-preview2 1,164 9/10/2022
1.0.8 1,561 9/10/2022
1.0.7 1,440 9/8/2022
1.0.6 1,459 7/10/2022
1.0.5 1,424 7/8/2022
1.0.4 1,432 5/24/2022
1.0.3 1,377 5/21/2022
1.0.2 1,412 5/18/2022
1.0.1 1,424 5/15/2022

Release 1.0.7 - Added test infrastructure classes and helpers to assist in writing unit tests for CommandApps, configuration, and individual commands.
For full release notes, please read: https://github.com/d20Tek/Spectre.Console.Extensions/blob/main/ReleaseNotes.md