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
Added support for command handlers or command as delegates without the async keyword
- Updated to latest daily build 2.0.0-beta4.24201.1 of System.CommandLine.
- Added support for command handlers or command as delegates without the async keyword (which returns Task or Task<int>).
Copy file name to clipboardExpand all lines: src/DotMake.CommandLine/DotMake.CommandLine.csproj
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,8 @@
20
20
<Description>Declarative syntax for System.CommandLine via attributes for easy, fast, strongly-typed (no reflection) usage. Includes a source generator which automagically converts your classes to CLI commands and properties to CLI options or CLI arguments.</Description>
Copy file name to clipboardExpand all lines: src/TestApp.Nuget/GeneratedFiles/net472/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/(ModuleInitializerAttribute).g.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// <auto-generated />
2
-
// Generated by DotMake.CommandLine.SourceGeneration v1.8.6.0
2
+
// Generated by DotMake.CommandLine.SourceGeneration v1.8.7.0
Copy file name to clipboardExpand all lines: src/TestApp.Nuget/GeneratedFiles/net472/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/(RequiredMemberAttribute).g.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// <auto-generated />
2
-
// Generated by DotMake.CommandLine.SourceGeneration v1.8.6.0
2
+
// Generated by DotMake.CommandLine.SourceGeneration v1.8.7.0
Copy file name to clipboardExpand all lines: src/TestApp.Nuget/GeneratedFiles/net472/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliCommandGenerator/ArgumentConverterCliCommandBuilder-3j0trcm.g.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// <auto-generated />
2
-
// Generated by DotMake.CommandLine.SourceGeneration v1.8.6.0
2
+
// Generated by DotMake.CommandLine.SourceGeneration v1.8.7.0
0 commit comments