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 05256dd commit 214774bCopy full SHA for 214774b
src/Microsoft.OpenApi.Hidi/Handlers/TransformCommandHandler.cs
@@ -51,7 +51,6 @@ public async Task<int> InvokeAsync(InvocationContext context)
51
string filterbytags = context.ParseResult.GetValueForOption(FilterByTagsOption);
52
string filterbycollection = context.ParseResult.GetValueForOption(FilterByCollectionOption);
53
54
- var console = context.Console;
55
CancellationToken cancellationToken = (CancellationToken)context.BindingContext.GetService(typeof(CancellationToken));
56
57
using var loggerFactory = Logger.ConfigureLogger(logLevel);
0 commit comments