|
Hi, I asked this over at the roslyn repo and was advised to ask here instead, dotnet/roslyn#80912. I have a WPF project which I'm running analysis against and I noticed that the analysis is ran twice, is this intended? When running with "reportanalyzer=true" I can see that the Example.csproj is analyzed first but then it is analyzed again with the Example_wpftmp.csproj. I know this is how WPF works but I'm wondering if the analyzers will ever find any differences between the two and therefore if it is necessary? |
Answered by
franchyd
Oct 27, 2025
Replies: 1 comment 1 reply
|
its been a known bug for a while but WPF appears to not be under active maintenance anymore so don't expect a fix anytime soon. |
1 reply
Answer selected by
Kapten006
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See:
#10175
#7624
#10553
its been a known bug for a while but WPF appears to not be under active maintenance anymore so don't expect a fix anytime soon.