AutoSpectre 0.14.2
dotnet add package AutoSpectre --version 0.14.2
NuGet\Install-Package AutoSpectre -Version 0.14.2
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.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoSpectre" Version="0.14.2" />
<PackageReference Include="AutoSpectre" />
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.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoSpectre, 0.14.2"
#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.2
#: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.2
#tool nuget:?package=AutoSpectre&version=0.14.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AutoSpectre
Decorate a class with AutoSpectreForm and its members with step attributes to have a Spectre.Console prompt flow generated at compile time:
TextPromptAttribute/SelectPromptAttributeon properties for user input.TaskStepAttributeon methods for intermediate work steps.BreakAttributeto exit the flow early.
Credits
| Product | Versions 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.
-
net10.0
- Spectre.Console (>= 0.55.2)
-
net8.0
- Spectre.Console (>= 0.55.2)
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
- Fix critial bug with incorrect implementation of partial property for summaries
- Fix so initializers on properties can be set on the root property (not carried over)