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
[templates] do not use 'required' in xaml controls
Runtime XAML and XamlC inflators ignore the required fields and props.
XSG can do it in soem cases but fails for complex, or long references.
Replace the compiler check (ignored) by a runtime check
return(itemasTag)?.IsSelected??false?SelectedTagTemplate:NormalTagTemplate??thrownewInvalidOperationException("DataTemplates SelectedTagTemplate and NormalTagTemplate must be set to a non-null value.");
0 commit comments