We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In dotnet/wpf#6792 (comment) we found a scenario where the build was passing in the exact same analyzer multiple times.
When the same source file is passed multiple times, we give a warning and drop the duplicated file:
roslyn/src/Compilers/CSharp/Portable/CommandLine/CSharpCompiler.cs
Lines 108 to 112 in df86b32
Perhaps we should do something similar for analyzers.
The text was updated successfully, but these errors were encountered:
RikkiGibson
Successfully merging a pull request may close this issue.
In dotnet/wpf#6792 (comment) we found a scenario where the build was passing in the exact same analyzer multiple times.
When the same source file is passed multiple times, we give a warning and drop the duplicated file:
roslyn/src/Compilers/CSharp/Portable/CommandLine/CSharpCompiler.cs
Lines 108 to 112 in df86b32
Perhaps we should do something similar for analyzers.
The text was updated successfully, but these errors were encountered: