Skip to content
New issue

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

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

Open
YakupIpek21 opened this issue Feb 25, 2022 · 2 comments
Labels
question Further information is requested
Milestone

Comments

@YakupIpek21
Copy link

YakupIpek21 commented Feb 25, 2022

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 YakupIpek21 added the question Further information is requested label Feb 25, 2022
@mrlacey
Copy link
Owner

mrlacey commented Feb 26, 2022

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?

@YakupIpek21
Copy link
Author

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

@mrlacey mrlacey added this to the 1.0 milestone Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants