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
Check arguments of all constructors and methods that accept object and params object[] as an argument and check values only at runtime. Check block-inline hierarchy, check elements that can't have children etc.
Suggesting to always set Color and BackgroundColor on Document may also be a good idea.
Avoid use of LineWidth.Heavy (limited font support). Check that combinations on line widths in LineChar are valid (heavy and double can't be combined).
Double assignment of the same attached property (the last assignment wins).
If Roslyn can access XAML, check element hierarchy there too.
The text was updated successfully, but these errors were encountered:
Check arguments of all constructors and methods that accept
object
andparams object[]
as an argument and check values only at runtime. Check block-inline hierarchy, check elements that can't have children etc.Suggesting to always set
Color
andBackgroundColor
onDocument
may also be a good idea.Avoid use of
LineWidth.Heavy
(limited font support). Check that combinations on line widths inLineChar
are valid (heavy and double can't be combined).Double assignment of the same attached property (the last assignment wins).
If Roslyn can access XAML, check element hierarchy there too.
The text was updated successfully, but these errors were encountered: