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
few notes / enhancements that are recommended when handling async commands in a cli application.
When using async command in cli, it is recommended to add cancelation token to be passed to "ExecuteAsync" method
console methods both in and out directions / write and read to have async version similar to:
System.Console.Out.WriteLineAsync & System.Console.In.ReadLineAsync.
Thanks
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered:
few notes / enhancements that are recommended when handling async commands in a cli application.
When using async command in cli, it is recommended to add cancelation token to be passed to "ExecuteAsync" method
console methods both in and out directions / write and read to have async version similar to:
System.Console.Out.WriteLineAsync & System.Console.In.ReadLineAsync.
Thanks
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: