Merge branch 'main' into development #298
Annotations
10 warnings
build:
src/Wpf.Ui.ToastNotifications/Toast.cs#L10
Missing XML comment for publicly visible type or member 'Toast'
|
build:
src/Wpf.Ui.ToastNotifications/Toast.cs#L12
Missing XML comment for publicly visible type or member 'Toast.Show()'
|
build:
src/Wpf.Ui/Controls/PasswordBox/PasswordBox.cs#L189
Nullability of type of parameter 'parameter' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Wpf.Ui/Converters/RightSplitThicknessConverter.cs#L16
Possible null reference return.
|
build:
src/Wpf.Ui/Converters/RightSplitCornerRadiusConverter.cs#L16
Possible null reference return.
|
build:
src/Wpf.Ui/Converters/LeftSplitThicknessConverter.cs#L16
Possible null reference return.
|
build:
src/Wpf.Ui/Converters/LeftSplitCornerRadiusConverter.cs#L16
Possible null reference return.
|
build:
src/Wpf.Ui/Converters/IconSourceElementConverter.cs#L26
Possible null reference argument for parameter 'value' in 'object IconSourceElementConverter.ConvertToIconElement(object value)'.
|
build:
src/Wpf.Ui/Controls/TitleBar/TitleBar.cs#L448
Nullability of reference types in type of parameter 'sender' of 'void TitleBar.OnParentWindowStateChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build:
src/Wpf.Ui/Controls/SymbolGlyph.cs#L36
The variable '_' is declared but never used
|