mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #16039 from tamasvajk/fix/buildless-references
C#: Reword public mentions of C# buildless
This commit is contained in:
@@ -143,7 +143,7 @@ namespace Semmle.Extraction.CSharp.Standalone
|
||||
stopwatch.Start();
|
||||
|
||||
using var logger = new ConsoleLogger(options.Verbosity, logThreadId: true);
|
||||
logger.Log(Severity.Info, "Extracting C# in buildless mode");
|
||||
logger.Log(Severity.Info, "Extracting C# with build-mode set to 'none'");
|
||||
using var dependencyManager = new DependencyManager(options.SrcDir, logger);
|
||||
|
||||
if (!dependencyManager.NonGeneratedSourcesFiles.Any())
|
||||
|
||||
@@ -87,7 +87,7 @@ predicate extractionIsStandalone(string key, int value) {
|
||||
value = 0 and
|
||||
not extractionIsStandalone()
|
||||
) and
|
||||
key = "Is buildless extraction"
|
||||
key = "Is extracted with build-mode set to 'none'"
|
||||
}
|
||||
|
||||
signature module StatsSig {
|
||||
|
||||
Reference in New Issue
Block a user