C#: Code quality improvement.

This commit is contained in:
Michael Nebel
2025-12-03 11:48:32 +01:00
parent 3197b50da7
commit c1793ab529

View File

@@ -56,7 +56,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
return; return;
case 143 when attempt < 3: case 143 when attempt < 3:
HandleRetryExitCode143(dotnetCliInvoker.Exec, attempt, logger); HandleRetryExitCode143(dotnetCliInvoker.Exec, attempt, logger);
break; continue;
default: default:
throw new Exception($"{dotnetCliInvoker.Exec} --info failed with exit code {exitCode}."); throw new Exception($"{dotnetCliInvoker.Exec} --info failed with exit code {exitCode}.");
} }