Merge pull request #793 from lepoco/development #9
Annotations
20 warnings
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).
|
src/Wpf.Ui.Tray/TrayManager.cs#L148
Possible null reference return.
|
src/Wpf.Ui.Tray/Hicon.cs#L48
The variable 'e' is declared but never used
|
src/Wpf.Ui.Tray/NotifyIconService.cs#L34
Possible null reference return.
|
src/Wpf.Ui.Tray/NotifyIconService.cs#L40
Possible null reference return.
|
src/Wpf.Ui.Tray/NotifyIconService.cs#L71
Nullability of reference types in type of parameter 'sender' of 'void NotifyIconService.OnParentWindowClosing(object sender, CancelEventArgs e)' doesn't match the target delegate 'CancelEventHandler' (possibly because of nullability attributes).
|
src/Wpf.Ui.Tray/NotifyIconService.cs#L75
Nullability of reference types in type of parameter 'sender' of 'void NotifyIconService.OnParentWindowClosing(object sender, CancelEventArgs e)' doesn't match the target delegate 'CancelEventHandler' (possibly because of nullability attributes).
|
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.
|
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.
|
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.
|
src/Wpf.Ui/Controls/PasswordBox/PasswordBox.cs#L189
Nullability of type of parameter 'parameter' doesn't match overridden member (possibly because of nullability attributes).
|
src/Wpf.Ui/Converters/RightSplitThicknessConverter.cs#L16
Possible null reference return.
|
src/Wpf.Ui/Converters/RightSplitCornerRadiusConverter.cs#L16
Possible null reference return.
|
src/Wpf.Ui/Converters/LeftSplitThicknessConverter.cs#L16
Possible null reference return.
|
src/Wpf.Ui/Converters/LeftSplitCornerRadiusConverter.cs#L16
Possible null reference return.
|
src/Wpf.Ui/Converters/IconSourceElementConverter.cs#L15
Possible null reference argument for parameter 'value' in 'object IconSourceElementConverter.ConvertToIconElement(object value)'.
|
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).
|
src/Wpf.Ui/Controls/SymbolGlyph.cs#L36
The variable '_' is declared but never used
|
src/Wpf.Ui/Controls/SymbolGlyph.cs#L59
The variable 'e' is declared but never used
|
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.
|
The logs for this run have expired and are no longer available.
Loading