Rapid-XAML-Toolkit icon indicating copy to clipboard operation
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.

Results 78 Rapid-XAML-Toolkit issues
Sort by recently updated
recently updated
newest added

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...

question

**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

XAML-Analysis
Xamain.Forms

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...

question

**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...

bug

**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...

question

Ensure can handle both old and new format project files - [x] Analysis VSIX - [x] Generation VSIX - [ ] Build Analysis - [ ] AutoFix

XAML-GEN
XAML-Analysis
NuGet

See https://github.com/dotnet/reproducible-builds/blob/main/README.md and https://www.nuget.org/packages/DotNet.ReproducibleBuilds/

Meta

**Is your feature request related to a problem? Please describe.** Current analyzers are only available for C#, add VB.Net equivalents.

RoslynAnalyzers

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 - [...

Meta