D20Tek.Spectre.Console.Extensions 1.50.1.6

dotnet add package D20Tek.Spectre.Console.Extensions --version 1.50.1.6
                    
NuGet\Install-Package D20Tek.Spectre.Console.Extensions -Version 1.50.1.6
                    
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.50.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="D20Tek.Spectre.Console.Extensions" Version="1.50.1.6" />
                    
Directory.Packages.props
<PackageReference Include="D20Tek.Spectre.Console.Extensions" />
                    
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 D20Tek.Spectre.Console.Extensions --version 1.50.1.6
                    
#r "nuget: D20Tek.Spectre.Console.Extensions, 1.50.1.6"
                    
#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 D20Tek.Spectre.Console.Extensions@1.50.1.6
                    
#: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=D20Tek.Spectre.Console.Extensions&version=1.50.1.6
                    
Install as a Cake Addin
#tool nuget:?package=D20Tek.Spectre.Console.Extensions&version=1.50.1.6
                    
Install as a Cake Tool

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 container 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 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.  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. 
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 D20Tek.Spectre.Console.Extensions:

Package Downloads
D20Tek.Spectre.Console.Extensions.MoreContainers

Extensions for common code and patterns when using Spectre.Console CLI app framework. The current release contain implementations of ITypeRegistrar and ITypeResolver to integrate the Autofac, Lamar, LightInject, Ninject, and SimpleInjector dependency injection frameworks with Spectre.Console.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.50.1.6 11 7/28/2025
1.50.1.5 154 7/1/2025
1.50.1.4 87 6/21/2025
1.50.1.3 290 6/9/2025
1.50.1.2 82 6/7/2025
1.50.1 152 6/5/2025
1.2.10 153 6/1/2025
1.2.1 355 7/3/2024
1.1.3 1,390 5/20/2023
1.0.9-preview2 1,255 9/10/2022
1.0.8 1,823 9/10/2022
1.0.7 1,519 9/8/2022
1.0.6 1,547 7/10/2022
1.0.5 1,522 7/8/2022
1.0.4 1,518 5/24/2022
1.0.3 1,458 5/21/2022
1.0.2 1,501 5/18/2022
1.0.1 1,506 5/15/2022

Latest Release: Upgrade to .NET 9. And Split off additional dependency injection containers into its own package to minimize dependencies in this core package.
     For full release notes, please read: https://github.com/d20Tek/Spectre.Console.Extensions/blob/main/ReleaseNotes.md