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 cab1103 commit 65c1e4bCopy full SHA for 65c1e4b
src/CommandLine/ParserResultExtensionsAsync.cs
@@ -7,6 +7,7 @@ namespace CommandLine
7
{
8
public static partial class ParserResultExtensions
9
10
+#if !NET40
11
/// <summary>
12
/// Executes asynchronously <paramref name="action"/> if <see cref="CommandLine.ParserResult{T}"/> contains
13
/// parsed values.
@@ -59,5 +60,6 @@ public static async Task<ParserResult<T>> WithNotParsedAsync<T>(this ParserResul
59
60
}
61
return result;
62
63
+#endif
64
65
0 commit comments