D20Tek.Spectre.Console.Extensions 1.0.1

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.1
                    
NuGet\Install-Package D20Tek.Spectre.Console.Extensions -Version 1.0.1
                    
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.1" />
                    
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.0.1" />
                    
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.0.1
                    
#r "nuget: D20Tek.Spectre.Console.Extensions, 1.0.1"
                    
#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.0.1
                    
#: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.0.1
                    
Install as a Cake Addin
#tool nuget:?package=D20Tek.Spectre.Console.Extensions&version=1.0.1
                    
Install as a Cake Tool

Extensions for common code and patterns when using Spectre.Console CLI app framework.
Includes dependency injection services for the Microsoft.Extensions.DependencyInjection framework.

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.  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. 
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.52.2 101 10/18/2025
1.51.1.1 317 9/17/2025
1.50.1.7 183 7/31/2025
1.50.1.6 169 7/28/2025
1.50.1.5 212 7/1/2025
1.50.1.4 156 6/21/2025
1.50.1.3 356 6/9/2025
1.50.1.2 138 6/7/2025
1.50.1 210 6/5/2025
1.2.10 208 6/1/2025
1.2.1 422 7/3/2024
1.1.3 1,446 5/20/2023
1.0.9-preview2 1,336 9/10/2022
1.0.8 1,946 9/10/2022
1.0.7 1,578 9/8/2022
1.0.6 1,613 7/10/2022
1.0.5 1,588 7/8/2022
1.0.4 1,578 5/24/2022
1.0.3 1,518 5/21/2022
1.0.2 1,563 5/18/2022
1.0.1 1,568 5/15/2022

Release 1.0 - Initial project with common dependency injection classes for the Microsoft.Extensions.DependencyInjection framework.