Skip to content

Adding highcontrast resources #206

Adding highcontrast resources

Adding highcontrast resources #206

Triggered via pull request October 26, 2023 12:35
Status Success
Total duration 3m 36s
Artifacts

wpf-ui-pr-validator.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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/Interop/Shell32.cs#L116
Non-nullable field 'szTip' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Wpf.Ui/Interop/Shell32.cs#L128
Non-nullable field 'szInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Wpf.Ui/Interop/Shell32.cs#L136
Non-nullable field 'szInfoTitle' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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
build: src/Wpf.Ui/Controls/SymbolGlyph.cs#L59
The variable 'e' is declared but never used
build: src/Wpf.Ui/Controls/Snackbar/SnackbarPresenter.cs#L48
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.