File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 559
559
| Microsoft.Azure.Functions.Worker.Grpc | NuGet [ 2.0.0] ( https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Grpc/2.0.0 ) | | |
560
560
| Microsoft.Azure.Functions.Worker.ItemTemplates | NuGet [ 4.0.5086] ( https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.5086 ) | | |
561
561
| Microsoft.Azure.Functions.Worker.ProjectTemplates | NuGet [ 4.0.5086] ( https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5086 ) | | |
562
- | Microsoft.Azure.Functions.Worker.Sdk | NuGet [ 2.0.4 ] ( https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk/2.0.4 ) | | |
562
+ | Microsoft.Azure.Functions.Worker.Sdk | NuGet [ 2.0.5 ] ( https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk/2.0.5 ) | | |
563
563
| Microsoft.Azure.Functions.Worker.Sdk.Analyzers | NuGet [ 1.2.2] ( https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk.Analyzers/1.2.2 ) | | |
564
564
| Microsoft.Azure.Functions.Worker.Sdk.Generators | NuGet [ 1.3.5] ( https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk.Generators/1.3.5 ) | | |
565
565
| Microsoft.Azure.WebJobs.CosmosDb.ChangeProcessor | NuGet [ 1.0.4] ( https://www.nuget.org/packages/Microsoft.Azure.WebJobs.CosmosDb.ChangeProcessor/1.0.4 ) | | |
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ rootCommand.SetAction(ParseResult parseResult =>
202
202
In the past, the ` CancellationToken ` passed to ` InvokeAsync ` was exposed to handler via a method of ` InvocationContext ` :
203
203
204
204
``` csharp
205
- rootCommand .SetHandler (async (InvocationCotnext context ) =>
205
+ rootCommand .SetHandler (async (InvocationContext context ) =>
206
206
{
207
207
string ? urlOptionValue = context .ParseResult .GetValueForOption (urlOption );
208
208
var token = context .GetCancellationToken ();
You can’t perform that action at this time.
0 commit comments