After looking at #381, there are many, many instances of markup blocks being used instead of xml blocks. Not a problem for highlighting within the docs, but it does cause a lack of highlighting and error detection within Rider and possibly other editors. This helps docs be a bit more consistent, too.
Scope: Upgrades v11, v0.10.x, and localized versions.
I may have inadvertently upgraded a few XAML fragments (eg. a section consisting of only Content="{Binding List}"), but tried to avoid it. I went through replace manually, launched all 3 versions, used npm build, etc and all seems ok.
After looking at #381, there are many, many instances of markup blocks being used instead of xml blocks. Not a problem for highlighting within the docs, but it does cause a lack of highlighting and error detection within Rider and possibly other editors. This helps docs be a bit more consistent, too.
Scope: Upgrades v11, v0.10.x, and localized versions.
I may have inadvertently upgraded a few XAML fragments (eg. a section consisting of only
Content="{Binding List}"
), but tried to avoid it. I went through replace manually, launched all 3 versions, used npm build, etc and all seems ok.