VOOZH about

URL: https://www.nuget.org/packages/System.CommandLine.DragonFruit/

⇱ NuGet Gallery | System.CommandLine.DragonFruit 0.4.0-alpha.25306.1




👁 Image
System.CommandLine.DragonFruit 0.4.0-alpha.25306.1

Prefix Reserved
This is a prerelease version of System.CommandLine.DragonFruit.
dotnet add package System.CommandLine.DragonFruit --version 0.4.0-alpha.25306.1
 
 
NuGet\Install-Package System.CommandLine.DragonFruit -Version 0.4.0-alpha.25306.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="System.CommandLine.DragonFruit" Version="0.4.0-alpha.25306.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.CommandLine.DragonFruit" Version="0.4.0-alpha.25306.1" />
 
Directory.Packages.props
<PackageReference Include="System.CommandLine.DragonFruit" />
 
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 System.CommandLine.DragonFruit --version 0.4.0-alpha.25306.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.CommandLine.DragonFruit, 0.4.0-alpha.25306.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 System.CommandLine.DragonFruit@0.4.0-alpha.25306.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=System.CommandLine.DragonFruit&version=0.4.0-alpha.25306.1&prerelease
 
Install as a Cake Addin
#tool nuget:?package=System.CommandLine.DragonFruit&version=0.4.0-alpha.25306.1&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

This package includes the experimental DragonFruit app model for System.CommandLine, which allows you to create a command line application using only a Main method while getting support for complex type binding, error reporting, help, shell completions, and more.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on System.CommandLine.DragonFruit:

Package Downloads
Regulus.Application.TemplateCreator

quick project creation tool.

rat

Package Description

Walterlv.SetupDependencies

Package Description

Qas

Easily manage multiple FLOSS repositories

GitHub repositories (29)

Showing the top 20 popular GitHub repositories that depend on System.CommandLine.DragonFruit:

Repository Stars
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
angularsen/UnitsNet
Makes life working with units of measurement just a little bit better.
Unity-Technologies/com.unity.netcode.gameobjects
Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
Unity-Technologies/com.unity.multiplayer.samples.coop
A small-scale cooperative game sample built on the new, Unity networking framework to teach developers about creating a similar multiplayer game.
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
dotnet/wcf
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
molenzwiebel/Deceive
🎩 Appear offline for League of Legends, VALORANT, and Legends of Runeterra.
CFPAOrg/Minecraft-Mod-Language-Package
A language package for Minecraft Mods.
dotnet/try-samples
NiclasOlofsson/MiNET
A (not so) basic Minecraft Pocket Edition server written in C#
hanabi1224/Programming-Language-Benchmarks
Yet another implementation of computer language benchmarks game
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
Keboo/MaterialDesignInXaml.Examples
A collection of small samples using MaterialDesignInXaml.
microsoft/vs-mef
Managed Extensibility Framework (MEF) implementation used by Visual Studio
microsoft/PowerApps-Tooling
Tooling support for PowerApps language and .msapp files
ProfessionalCSharp/ProfessionalCSharp2021
Source code for Professional C# and .NET 2021 Edition (with updates for C# 11 and .NET 7)
BinaryScary/NET-Obfuscate
Obfuscate ECMA CIL (.NET IL) assemblies to evade Windows Defender AMSI
ironmansoftware/powershell-pro-tools
Scripting, automation, and development tools for professionals working with PowerShell.
Azure-Samples/semantic-kernel-rag-chat
Tutorial for ChatGPT + Enterprise Data with Semantic Kernel, OpenAI, and Azure Cognitive Search
servicetitan/Stl.Fusion.Samples
A collection of samples for Fusion library: https://github.com/servicetitan/Stl.Fusion
Version Downloads Last Updated
0.4.0-alpha.25306.1 58,468 6/19/2025 0.4.0-alpha.25306.1 is deprecated because it is no longer maintained.
0.4.0-alpha.22272.1 3,816,015 6/2/2022 0.4.0-alpha.22272.1 is deprecated because it is no longer maintained.
0.4.0-alpha.22114.1 388,024 2/17/2022 0.4.0-alpha.22114.1 is deprecated because it is no longer maintained.
0.4.0-alpha.22111.2 6,521 2/12/2022 0.4.0-alpha.22111.2 is deprecated because it is no longer maintained.
0.4.0-alpha.22106.2 4,686 2/6/2022 0.4.0-alpha.22106.2 is deprecated because it is no longer maintained.
0.4.0-alpha.22103.3 830 2/4/2022 0.4.0-alpha.22103.3 is deprecated because it is no longer maintained.
0.4.0-alpha.21617.1 249,563 12/17/2021 0.4.0-alpha.21617.1 is deprecated because it is no longer maintained.
0.3.0-alpha.21216.1 1,300,774 4/17/2021 0.3.0-alpha.21216.1 is deprecated because it is no longer maintained.
0.3.0-alpha.20574.7 398,747 11/25/2020 0.3.0-alpha.20574.7 is deprecated because it is no longer maintained.
0.3.0-alpha.20371.2 273,436 7/23/2020 0.3.0-alpha.20371.2 is deprecated because it is no longer maintained.
0.3.0-alpha.20303.1 93,577 6/3/2020 0.3.0-alpha.20303.1 is deprecated because it is no longer maintained.
0.3.0-alpha.20253.1 38,389 5/4/2020 0.3.0-alpha.20253.1 is deprecated because it is no longer maintained.
0.3.0-alpha.20214.1 57,532 4/15/2020 0.3.0-alpha.20214.1 is deprecated because it is no longer maintained.
0.3.0-alpha.20213.1 1,228 4/13/2020 0.3.0-alpha.20213.1 is deprecated because it is no longer maintained.
0.3.0-alpha.20158.1 83,543 3/8/2020 0.3.0-alpha.20158.1 is deprecated because it is no longer maintained.
0.3.0-alpha.20104.2 63,901 2/7/2020 0.3.0-alpha.20104.2 is deprecated because it is no longer maintained.
0.3.0-alpha.20070.2 48,357 1/21/2020 0.3.0-alpha.20070.2 is deprecated because it is no longer maintained.
0.3.0-alpha.20054.1 140,978 1/5/2020 0.3.0-alpha.20054.1 is deprecated because it is no longer maintained.
Loading failed