AutoSpectre 0.13.0
See the version list below for details.
dotnet add package AutoSpectre --version 0.13.0
NuGet\Install-Package AutoSpectre -Version 0.13.0
<PackageReference Include="AutoSpectre" Version="0.13.0" />
<PackageVersion Include="AutoSpectre" Version="0.13.0" />
<PackageReference Include="AutoSpectre" />
paket add AutoSpectre --version 0.13.0
#r "nuget: AutoSpectre, 0.13.0"
#:package AutoSpectre@0.13.0
#addin nuget:?package=AutoSpectre&version=0.13.0
#tool nuget:?package=AutoSpectre&version=0.13.0
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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Spectre.Console (>= 0.55.2)
-
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 |
- Upgraded Spectre.Console dependency to 0.55.2
- Added support for CancelResult in SelectPrompts
- Added support for EditableDefaultValue on TextPrompt (pre-injects the resolved DefaultValue into the input line so the user can edit instead of retyping)
- Added support for ClearOnFinish
- Fixed bug where forms declared outside any namespace emitted invalid "namespace <global namespace>" in the generated code