You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
This is a lot of verbosity that can be shrinked easily by adding a TypeConverter on the FormattedText property of the Label, which would converts an IList<Span> into a FormattedString.
The simplification will leads to this more readable and much less verbose xaml: