- Fix issue with looking up resources as part of BuildAnalysis.
- Update NuGet packages to have all the latest fixes.
- Fix support for "ANYOF:" prefix in Custom analyzers.
- Fix selection of profiles in the Option dialog.
- Fix analysis issue with nested grids.
- Fix editor issue that could lock the VS main thread.
- Fix tags in the Custom Analysis project.
- Expanded ability to show FontAwesome icon previews within the editor.
- Minimum supported VS version to 16.9.
- Support for WinUI3 and .NET MAUI.
- Extend symbol visualization within the XAML editor.
- Fix issue affecting telemetry.
- Fix bug affecting the detection of assigned rows and columns within grids.
- Fix bug where the location of items to underline was not calculated correctly.
- Performance improvements in analysis.
- Add JsonSchema support for .xamlAnalysis files.
- Add automated fixes for hard-coded strings in WPF & Xamarin.Forms.
- Add analyzers for standard Xamarin.Forms controls.
- CustomAnalysis can identify where to CreateResource(s).
- Support succinct Row and Column Definitions in RapidXaml.Analysis.
- Avoid duplicate output from BuildAnalysis.
- Increased error handling in RapidXaml.Analysis.
- Fix (harmless) error message when running BuildAnalysis.
- Fixes an issue when calling
AnalysisActions.AndAddXmlns
.
- Added Editor Extras package.
- Performance improvements across all areas of the toolkit.
- Enabled custom analysis using
AnyOf:
,AnyContaining:
, andAnyOrChildrenContaining:
prefixes. - Refactoring to support the AutoFix NuGet package.
- Added ability to see all xmlns in Custom Analyzers.
- Added ability to add a document level xmlns from analyzer / quick action.
- Added first Uno specific XAML analyzers.
- Performance improvements and bug fixes for XAML Analysis.
earlier release notes are summary only
- Added Build time XAML Analysis option.
- Add early support for Custom XAML Analysis.
- Add Templates package. (Initially to help create custom analyzers.)
- Lots of bug fixes and more XAML analyzers.
- Under new management.
- Refactored project into multiple connected packages that can either be installed together or separately.
- First version available via the marketplace.
- Included latest developements in Generation and Analysis.
- Added Rsolyn ANalyzers for C#.
- Introduces support for separate active profiles for UWP, WPF, & Xamarin.Forms projects.
- BREAKING CHANGE Configuration format/version change for anyone updating from v0.1.* versions. more details
- Initial beta versions.