-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Custom XAML Analysis is not working for Microsoft Visual Studio Professional 2019 Version 16.11.5 #503
Comments
can you share what you've done? |
Two things:
I'll continue looking into why the "ANYOF:" version isn't working as expected. |
Single element type works. Looking forward to the fixed version. Thank you very much. |
Regarding the working scenario with the single type, I'd like to know if it also works when the project containing the custom analyzer is added as a nuget package as it seems to fail in my case. I've enabled custom analysis in the options. Note: it works when the project is added as a project reference Update: it works now, I am not sure why it took so long to trigger the custom analysis |
I've found that Visual Studio's caching of referenced assemblies can sometimes be a bit too aggressive and can lead to this problem. |
Yes, the logic for handling the "ANYOF:" prefix wasn't right. |
…ssors especially any using the "ANYOF:" prefix for #503
I've just released version 0.13.2 of the Analysis extension to the marketplace and have confirmed that this fixes the issue you were seeing. I'll now update the BuildAnalysis library too (for #505) |
Great, thanks a lot 👍 |
If you have any problems, comments, or suggestions please raise another issue. |
Describe the bug
After having generated the projects with the Custom Analyzer Project-Template I follow the instructions as in Step 4. Reference the analyzer in your project, however no warning is displayed.
To Reproduce
Expected behavior
Warning to be displayed in Visual Studio.
Note
RapidXaml.BuildAnalysis Nuget generates warnings as expected
The text was updated successfully, but these errors were encountered: