Skip to content

Commit

Permalink
C#: Make sure no file is added twice to the compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasvajk committed Jun 19, 2024
1 parent bd28a63 commit 1baaa46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ private static ExitCode AnalyseTracing(
}

return ReadSyntaxTrees(
paths.Select(analyser.PathCache.GetCanonicalPath),
paths.Select(analyser.PathCache.GetCanonicalPath).ToHashSet(),
analyser,
compilerArguments.ParseOptions,
compilerArguments.Encoding,
Expand Down

0 comments on commit 1baaa46

Please sign in to comment.