Skip to content

Commit 767191a

Browse files
committed
DO NOT MERGE: temporarily don't extract source generator output
1 parent 38660a0 commit 767191a

File tree

1 file changed

+4
-4
lines changed
  • csharp/extractor/Semmle.Extraction.CSharp/Extractor

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,10 @@ private static ExitCode AnalyseTracing(
442442
.Select(src => src.Path)
443443
.ToList();
444444

445-
if (compilerArguments.GeneratedFilesOutputDirectory is not null)
446-
{
447-
paths.AddRange(Directory.GetFiles(compilerArguments.GeneratedFilesOutputDirectory, "*.cs", new EnumerationOptions { RecurseSubdirectories = true, MatchCasing = MatchCasing.CaseInsensitive }));
448-
}
445+
// if (compilerArguments.GeneratedFilesOutputDirectory is not null)
446+
// {
447+
// paths.AddRange(Directory.GetFiles(compilerArguments.GeneratedFilesOutputDirectory, "*.cs", new EnumerationOptions { RecurseSubdirectories = true, MatchCasing = MatchCasing.CaseInsensitive }));
448+
// }
449449

450450
return ReadSyntaxTrees(
451451
paths.Select(canonicalPathCache.GetCanonicalPath),

0 commit comments

Comments
 (0)