Argu 6.1.1
.NET Standard 2.0
dotnet add package Argu --version 6.1.1
NuGet\Install-Package Argu -Version 6.1.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="Argu" Version="6.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Argu --version 6.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Argu, 6.1.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Argu as a Cake Addin
#addin nuget:?package=Argu&version=6.1.1
// Install Argu as a Cake Tool
#tool nuget:?package=Argu&version=6.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A declarative command line and XML configuration parser for F# applications.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- FSharp.Core (>= 4.3.2)
- System.Configuration.ConfigurationManager (>= 4.4.0)
NuGet packages (23)
Showing the top 5 NuGet packages that depend on Argu:
Package | Downloads |
---|---|
MBrace.Azure
MBrace on Windows Azure. |
|
MBrace.Thespian
Provides a simple MBrace cluster implementation over Nessos.Thespian. |
|
dotnet-mono
Allows running of full framework apps on mono through the dotnet core tooling |
|
Dap.Local
Local Libs |
|
rutta
Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Argu:
Repository | Stars |
---|---|
SciSharp/SciSharp-Stack-Examples
Practical examples written in SciSharp's machine learning libraries
|
Version | Downloads | Last updated |
---|---|---|
6.1.1 | 407,391 | 6/8/2020 |
6.1.0 | 1,016 | 6/2/2020 |
6.0.0 | 109,489 | 11/17/2019 |
5.5.0 | 172,487 | 6/22/2019 |
5.4.0 | 7,116 | 5/16/2019 |
5.3.0 | 8,526 | 5/3/2019 |
5.2.0 | 68,376 | 1/2/2019 |
5.1.0 | 297,506 | 3/6/2018 |
5.0.1 | 8,928 | 1/30/2018 |
5.0.0 | 1,846 | 1/27/2018 |
4.2.1 | 38,569 | 1/1/2018 |
4.2.0 | 1,070 | 12/31/2017 |
4.1.0 | 15,467 | 12/22/2017 |
4.0.0 | 3,441 | 12/7/2017 |
3.7.0 | 267,781 | 12/28/2016 |
3.6.1 | 10,906 | 12/20/2016 |
3.6.0 | 1,127 | 12/19/2016 |
3.5.0 | 1,190 | 12/16/2016 |
3.4.0 | 2,668 | 12/9/2016 |
3.3.0 | 14,611 | 9/6/2016 |
3.2.0 | 68,610 | 7/15/2016 |
3.1.0 | 1,541 | 7/8/2016 |
3.0.1 | 1,856 | 7/6/2016 |
3.0.0 | 3,618 | 7/5/2016 |
3.0.0-beta03 | 910 | 7/5/2016 |
3.0.0-beta02 | 908 | 7/5/2016 |
3.0.0-beta01 | 932 | 7/1/2016 |
3.0.0-alpha011 | 874 | 6/30/2016 |
3.0.0-alpha010 | 886 | 6/30/2016 |
3.0.0-alpha009 | 905 | 6/30/2016 |
3.0.0-alpha008 | 874 | 6/29/2016 |
3.0.0-alpha007 | 868 | 6/29/2016 |
3.0.0-alpha006 | 905 | 6/29/2016 |
3.0.0-alpha005 | 881 | 6/29/2016 |
3.0.0-alpha004 | 891 | 6/28/2016 |
3.0.0-alpha003 | 859 | 6/28/2016 |
3.0.0-alpha002 | 881 | 6/28/2016 |
3.0.0-alpha001 | 883 | 6/27/2016 |
2.1.0 | 20,942 | 1/22/2016 |
2.0.0 | 5,886 | 1/8/2016 |
1.1.3 | 22,401 | 12/7/2015 |
1.1.2 | 4,709 | 10/21/2015 |
1.1.1 | 1,515 | 10/19/2015 |
1.1.0 | 3,237 | 9/28/2015 |
1.0.0 | 22,499 | 8/25/2015 |
Fix CustomAssignmentOrSpacedAttribute interop with optional fields.