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 251a0ed commit 08fc629Copy full SHA for 08fc629
docs/standard/commandline/migration-guide-2.0.0-beta5.md
@@ -202,7 +202,7 @@ rootCommand.SetAction(ParseResult parseResult =>
202
In the past, the `CancellationToken` passed to `InvokeAsync` was exposed to handler via a method of `InvocationContext`:
203
204
```csharp
205
-rootCommand.SetHandler(async (InvocationCotnext context) =>
+rootCommand.SetHandler(async (InvocationContext context) =>
206
{
207
string? urlOptionValue = context.ParseResult.GetValueForOption(urlOption);
208
var token = context.GetCancellationToken();
0 commit comments