Bump Meziantou.Analyzer from 2.0.136 to 2.0.138 #253
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build the application:
NotificationWindow/Utils.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Build the application:
NotificationWindow/PopupNotifier.cs#L369
Cannot convert null literal to non-nullable reference type.
|
Build the application:
NotificationWindow/PopupNotifierForm.cs#L62
Nullability of reference types in type of parameter 'sender' of 'void PopupNotifierForm.PopupNotifierForm_VisibleChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
Build the application:
NotificationWindow/PopupNotifierForm.cs#L63
Nullability of reference types in type of parameter 'sender' of 'void PopupNotifierForm.PopupNotifierForm_MouseMove(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
|
Build the application:
NotificationWindow/PopupNotifierForm.cs#L64
Nullability of reference types in type of parameter 'sender' of 'void PopupNotifierForm.PopupNotifierForm_MouseUp(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
|
Build the application:
NotificationWindow/PopupNotifierForm.cs#L65
Nullability of reference types in type of parameter 'sender' of 'void PopupNotifierForm.PopupNotifierForm_Paint(object sender, PaintEventArgs e)' doesn't match the target delegate 'PaintEventHandler' (possibly because of nullability attributes).
|
Build the application:
NotificationWindow/PopupNotifierForm.cs#L54
Non-nullable event 'LinkClick' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build the application:
NotificationWindow/PopupNotifierForm.cs#L54
Non-nullable event 'CloseClick' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build the application:
NotificationWindow/PopupNotifierForm.cs#L54
Non-nullable event 'ContextMenuOpened' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build the application:
NotificationWindow/PopupNotifierForm.cs#L54
Non-nullable event 'ContextMenuClosed' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
The logs for this run have expired and are no longer available.
Loading