Rapid-XAML-Toolkit
Rapid-XAML-Toolkit copied to clipboard
Redundant warnings in Error List Window through RapidXaml.Analysis and RapidXaml.BuildAnalysis
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?
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?
Thank you for your suggestion. I need to elaborate on my requirements before disabling the extension.