You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pragma warning disable CS8618// Non-nullable field is uninitialized.
24
+
/// <summary>
25
+
/// This constructor is obsolete and will be removed in a future version.
26
+
/// The recommended replacement is <see cref="ParseResult(CommandLineApplication)" />
27
+
/// </summary>
28
+
[Obsolete("This constructor is obsolete and will be removed in a future version. The recommended replacement is ctor(CommandLineApplication selectedCommand)")]
29
+
[EditorBrowsable(EditorBrowsableState.Never)]
30
+
publicParseResult()
31
+
{
32
+
}
33
+
#pragma warning restore CS8618// Non-nullable field is uninitialized.
34
+
11
35
/// <summary>
12
36
/// The application or subcommand that matches the command line arguments.
0 commit comments