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 3e37311 commit 737271bCopy full SHA for 737271b
1 file changed
src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs
@@ -23,7 +23,7 @@ public class NuGetAnalyzeCommand<TSettings> : NuGetCommand<TSettings> where TSet
23
24
private NuGetParsers NuGetParsers { get; }
25
26
- public override async Task<int> ExecuteAsync(CommandContext context, TSettings settings, CancellationToken cancellationToken)
+ protected override async Task<int> ExecuteAsync(CommandContext context, TSettings settings, CancellationToken cancellationToken)
27
{
28
FilePathCollection filePaths;
29
using (settings.Logger.BeginScope("GetFiles"))
0 commit comments