AutoSpectre 0.14.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoSpectre --version 0.14.0
                    
NuGet\Install-Package AutoSpectre -Version 0.14.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="AutoSpectre" Version="0.14.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoSpectre" Version="0.14.0" />
                    
Directory.Packages.props
<PackageReference Include="AutoSpectre" />
                    
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 AutoSpectre --version 0.14.0
                    
#r "nuget: AutoSpectre, 0.14.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.
#:package AutoSpectre@0.14.0
                    
#: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=AutoSpectre&version=0.14.0
                    
Install as a Cake Addin
#tool nuget:?package=AutoSpectre&version=0.14.0
                    
Install as a Cake Tool

AutoSpectre

Decorate a class with AutoSpectreForm and its members with step attributes to have a Spectre.Console prompt flow generated at compile time:

  • TextPromptAttribute / SelectPromptAttribute on properties for user input.
  • TaskStepAttribute on methods for intermediate work steps.
  • BreakAttribute to exit the flow early.

Credits

Fear icons created by Smashicons - Flaticon

Product Compatible and additional computed target framework versions.
.NET 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 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 is compatible.  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

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
0.14.2 90 5/3/2026
0.14.0 89 5/3/2026
0.14.0-rc-01 96 4/28/2026
0.13.0 98 4/22/2026
0.13.0-rc-01 90 4/19/2026
0.12.0 155 4/4/2026
0.11.0 358 5/21/2025
0.11.0-preview01 259 5/21/2025
0.10.0 357 4/7/2025
0.10.0-preview-01.1 176 4/6/2025
0.9.0 545 7/2/2024
0.9.0-preview-0.3 129 6/30/2024
0.9.0-preview-0.2 138 4/23/2024
0.8.1 510 2/5/2024
0.8.1-preview-01 236 2/4/2024
0.8.0 368 11/30/2023
0.8.0-preview.0.2 148 11/30/2023
0.8.0-preview.0.1 175 11/4/2023
0.7.0 430 10/3/2023
Loading failed

- Important. Onwards only supports net8.0 and net10.0
     - Add auto summaries if the decorated method/property and class are partial