Merge pull request #835 from lepoco/development #11
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/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.Tray/NotifyIconService.cs#L34
Possible null reference return.
|
src/Wpf.Ui.Tray/NotifyIconService.cs#L40
Possible null reference return.
|
src/Wpf.Ui.Tray/Controls/NotifyIcon.cs#L163
Missing XML comment for publicly visible type or member 'NotifyIcon.MenuFontSize'
|
src/Wpf.Ui.Tray/Controls/NotifyIcon.cs#L291
Missing XML comment for publicly visible type or member 'NotifyIcon.NotifyIcon()'
|
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/Interop/Shell32.cs#L116
Non-nullable field 'szTip' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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.
|
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.
|
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#L26
Possible null reference argument for parameter 'value' in 'object IconSourceElementConverter.ConvertToIconElement(object value)'.
|
src/Wpf.Ui/Controls/SymbolGlyph.cs#L36
The variable '_' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading