mrlacey / Rapid-XAML-Toolkit

A collection of tools to accelerate XAML development within Visual Studio. These include XAML analysis, XAML generations, plus templates and helpers.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.RapidXamlToolkit
Other
666 stars 43 forks source link

Nested grid whitespace issue #496

Closed mrlacey closed 3 years ago

mrlacey commented 3 years ago

This PR relates to Issue #-

Description

Nested grid that have a new line (rather than a space) immediately after "<Grid" weren't being picked up in the exclusions of nested grids. This means that nested column and row definitions could be (were being) reported as unspecified when they are.

Confirm

Important points of note

n/a