Skip to content

Fix NavigationView pane not closed by default when using IsPaneOpen="False" #424

Fix NavigationView pane not closed by default when using IsPaneOpen="False"

Fix NavigationView pane not closed by default when using IsPaneOpen="False" #424

Triggered via pull request March 21, 2024 18:53
Status Success
Total duration 2m 31s
Artifacts

wpf-ui-pr-validator.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/UiApplication.cs#L24
Non-nullable field '_resources' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Wpf.Ui/UiApplication.cs#L24
Non-nullable field '_mainWindow' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Wpf.Ui/UiApplication.cs#L13
Non-nullable field '_uiApplication' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/Converters/RightSplitThicknessConverter.cs#L16
Possible null reference return.