As with the Roslyn CodeAnalyzers I want to be able to analyze Xaml and generate warnings with possible fixes.
I came across RapidXaml which supports VS19, but not VS22.
My goal is the following:
- Inspect Xaml
- Generate warning in VS22 based on specific requirements
- Finally, provide code fixes via Quick Actions (light bulb) in VS22
Example how it should look like:
Any suggestions or nuget-packages are welcome. Thanks in advance.