Rapid-XAML-Toolkit
Rapid-XAML-Toolkit copied to clipboard
A collection of tools to accelerate XAML development within Visual Studio. These include XAML analysis, XAML generations, plus templates and helpers.
Hi! Awesome project you have. I read about supporting VS2022 would be hard. How hard would it be to get the build-time analyzers working with VS2022 or at least newer...
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** To create custom analyzers for VS22.
Detect and warn about nested ScrollViews or CollectionViews inside ScrollViews x:Ref: https://twitter.com/mrlacey/status/1438924609475293184
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...
**Describe the bug** After having defined a CustomAnalyzer and added the project containing the custom analyzer as a reference to wpf-project the warning is displayed twice in the **Error List...
**Question** Is there a way to automatically trigger the custom analyzer when a project containing a xaml is built? Not only when the file is saved. **Desired Behaviour** So any...
Ensure can handle both old and new format project files - [x] Analysis VSIX - [x] Generation VSIX - [ ] Build Analysis - [ ] AutoFix
See https://github.com/dotnet/reproducible-builds/blob/main/README.md and https://www.nuget.org/packages/DotNet.ReproducibleBuilds/
**Is your feature request related to a problem? Please describe.** Current analyzers are only available for C#, add VB.Net equivalents.
See if switching will make managing localized files easier See https://github.com/dotnet/xliff-tasks X-Ref https://github.com/github/VisualStudio/pull/1933 Need to change: - [ ] Resources/StringRes.resx - [ ] RapidXamlPackage.vsct - [ ] VSPackage.resx - [...