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
<PackageReference Include="D20Tek.Spectre.Console.Extensions" Version="1.50.1.6" />
<PackageVersion Include="D20Tek.Spectre.Console.Extensions" Version="1.50.1.6" />
<PackageReference Include="D20Tek.Spectre.Console.Extensions" />
paket add D20Tek.Spectre.Console.Extensions --version 1.50.1.6
#r "nuget: D20Tek.Spectre.Console.Extensions, 1.50.1.6"
#:package D20Tek.Spectre.Console.Extensions@1.50.1.6
#addin nuget:?package=D20Tek.Spectre.Console.Extensions&version=1.50.1.6
#tool nuget:?package=D20Tek.Spectre.Console.Extensions&version=1.50.1.6
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 | Versions 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. |
-
net9.0
- Microsoft.Extensions.DependencyInjection (>= 9.0.7)
- Spectre.Console (>= 0.50.0)
- Spectre.Console.Cli (>= 0.50.0)
- Wcwidth (>= 2.0.0)
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