Rapid-XAML-Toolkit icon indicating copy to clipboard operation
Rapid-XAML-Toolkit copied to clipboard

Redundant warnings in Error List Window through RapidXaml.Analysis and RapidXaml.BuildAnalysis

Open YakupIpek21 opened this issue 3 years ago • 2 comments

When opening a xaml file and a violation of a rule exists then warnings are displayed in the Error List Window of Visual Studio. Assuming that this project contains the BuildAnalysis nuget, the aforementioned warning is displayed redundantly if the project is built in Visual Studio.

Is this behaviour intended?

YakupIpek21 avatar Feb 25 '22 10:02 YakupIpek21

The best thing I can think to do in this situation is to have the extension not report anything when the BuildAnalysis package is referenced.

On the downside, this means you'll not get any warnings until the project is built. You won't get them while editing. How does that sound?

mrlacey avatar Feb 26 '22 10:02 mrlacey

Thank you for your suggestion. I need to elaborate on my requirements before disabling the extension.

YakupIpek21 avatar Mar 01 '22 11:03 YakupIpek21