sthewissen / Xamarin.Forms.DebugRainbows

The package you didn't even know you needed!
MIT License
415 stars 33 forks source link

Sample code for DebugRainbows has a XAML typo #22

Closed wyldebill closed 4 years ago

wyldebill commented 4 years ago

On this page, https://www.thewissen.io/a-quick-explainer-recent-nuget-packages/, the sample code to insert the DebugRainbows xaml has an extra space between the "clr-namespace:" and the "assembly=". It's enough to make the XAML editor freak out and suggest a new namespace of DebugRainbows instead of "local". It still compiles and runs with the extra space but for a newbie it could be confusing.

sthewissen commented 4 years ago

Fixed!