File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
extractor/Semmle.Extraction.CSharp.Standalone Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ public static ExitCode Run(Options options)
143
143
stopwatch . Start ( ) ;
144
144
145
145
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' " ) ;
147
147
using var dependencyManager = new DependencyManager ( options . SrcDir , logger ) ;
148
148
149
149
if ( ! dependencyManager . NonGeneratedSourcesFiles . Any ( ) )
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ predicate extractionIsStandalone(string key, int value) {
87
87
value = 0 and
88
88
not extractionIsStandalone ( )
89
89
) and
90
- key = "Is buildless extraction "
90
+ key = "Is extracted with build-mode set to 'none' "
91
91
}
92
92
93
93
signature module StatsSig {
You can’t perform that action at this time.
0 commit comments