Skip to content

Commit 78912d5

Browse files
committed
C#: Reword public mentions of C# buildless
1 parent 55226c4 commit 78912d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/extractor/Semmle.Extraction.CSharp.Standalone/Extractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static ExitCode Run(Options options)
143143
stopwatch.Start();
144144

145145
using var logger = new ConsoleLogger(options.Verbosity, logThreadId: true);
146-
logger.Log(Severity.Info, "Extracting C# in buildless mode");
146+
logger.Log(Severity.Info, "Extracting C# with build-mode set to 'none'");
147147
using var dependencyManager = new DependencyManager(options.SrcDir, logger);
148148

149149
if (!dependencyManager.AllSourceFiles.Any())

csharp/ql/src/Telemetry/ExtractorInformation.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ predicate extractionIsStandalone(string key, int value) {
8787
value = 0 and
8888
not extractionIsStandalone()
8989
) and
90-
key = "Is buildless extraction"
90+
key = "Is extracted with build-mode set to 'none'"
9191
}
9292

9393
signature module StatsSig {

0 commit comments

Comments
 (0)