We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4c927 commit 52c370eCopy full SHA for 52c370e
src/CommandLineUtils/CommandLineApplication.cs
@@ -55,8 +55,9 @@ public CommandLineApplication(bool throwOnUnexpectedArg = true)
55
public string FullName { get; set; }
56
57
/// <summary>
58
- /// Overri
+ /// This API is obsolete and does nothing. The recommended replacement is <see cref="ExtendedHelpText"/>.
59
/// </summary>
60
+ [Obsolete("This API is obsolete and does nothing. The recommended replacement is ExtendedHelpText")]
61
public string Syntax { get; set; }
62
63
0 commit comments