-
|
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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.