Skip to content

Merge pull request #1008 from lepoco/development #17

Merge pull request #1008 from lepoco/development

Merge pull request #1008 from lepoco/development #17

Triggered via push March 19, 2024 21:27
Status Success
Total duration 5m 16s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
deploy
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/.
deploy: src/Wpf.Ui.Tray/Internal/InternalNotifyIconManager.cs#L42
Nullability of reference types in return type of 'ContextMenu? InternalNotifyIconManager.ContextMenu.get' doesn't match implicitly implemented member 'ContextMenu INotifyIcon.ContextMenu.get' (possibly because of nullability attributes).
deploy: src/Wpf.Ui.Tray/TrayManager.cs#L148
Possible null reference return.
deploy: src/Wpf.Ui.Tray/Hicon.cs#L48
The variable 'e' is declared but never used
deploy: src/Wpf.Ui.Tray/Interop/Shell32.cs#L108
Non-nullable field 'szTip' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: src/Wpf.Ui.Tray/Interop/Shell32.cs#L120
Non-nullable field 'szInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: src/Wpf.Ui.Tray/Interop/Shell32.cs#L128
Non-nullable field 'szInfoTitle' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: src/Wpf.Ui.Tray/NotifyIconService.cs#L34
Possible null reference return.
deploy: src/Wpf.Ui.Tray/NotifyIconService.cs#L40
Possible null reference return.
deploy: src/Wpf.Ui.Tray/Controls/NotifyIcon.cs#L163
Missing XML comment for publicly visible type or member 'NotifyIcon.MenuFontSize'
deploy: src/Wpf.Ui.Tray/Controls/NotifyIcon.cs#L291
Missing XML comment for publicly visible type or member 'NotifyIcon.NotifyIcon()'
deploy: src/Wpf.Ui/Controls/PasswordBox/PasswordBox.cs#L189
Nullability of type of parameter 'parameter' doesn't match overridden member (possibly because of nullability attributes).
deploy: src/Wpf.Ui/Controls/PasswordBox/PasswordBox.cs#L189
Nullability of type of parameter 'parameter' doesn't match overridden member (possibly because of nullability attributes).
deploy: src/Wpf.Ui/Controls/PasswordBox/PasswordBox.cs#L189
Nullability of type of parameter 'parameter' doesn't match overridden member (possibly because of nullability attributes).
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.
deploy: src/Wpf.Ui/Converters/RightSplitThicknessConverter.cs#L16
Possible null reference return.