Skip to content

Bump SixLabors.ImageSharp from 3.1.5 to 3.1.7 #8

Bump SixLabors.ImageSharp from 3.1.5 to 3.1.7

Bump SixLabors.ImageSharp from 3.1.5 to 3.1.7 #8

Triggered via push March 11, 2025 09:32
Status Success
Total duration 2m 7s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (Debug): StripListItem.cs#L316
Nullability of reference types in type of parameter 'x' of 'int StripListItemComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build (Debug): StripListItem.cs#L316
Nullability of reference types in type of parameter 'y' of 'int StripListItemComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build (Debug): StripListView.cs#L39
Nullability of reference types in type of parameter 'sender' of 'void StripListView.StripListView_DrawItem(object sender, DrawListViewItemEventArgs e)' doesn't match the target delegate 'DrawListViewItemEventHandler' (possibly because of nullability attributes).
build (Debug): StripListView.cs#L40
Nullability of reference types in type of parameter 'sender' of 'void StripListView.StripListView_DrawSubItem(object sender, DrawListViewSubItemEventArgs e)' doesn't match the target delegate 'DrawListViewSubItemEventHandler' (possibly because of nullability attributes).
build (Debug): StripListView.cs#L41
Nullability of reference types in type of parameter 'sender' of 'void StripListView.StripListView_DrawColumnHeader(object sender, DrawListViewColumnHeaderEventArgs e)' doesn't match the target delegate 'DrawListViewColumnHeaderEventHandler' (possibly because of nullability attributes).
build (Debug): StripListView.cs#L42
Nullability of reference types in type of parameter 'sender' of 'void StripListView.StripListView_MouseClick(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
build (Debug): StripListView.cs#L29
Non-nullable field '_selectedGroup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug): Server/Effects/FireEffect.cs#L31
Possible null reference assignment.
build (Debug): Server/Effects/FireEffect.cs#L33
Cannot convert null literal to non-nullable reference type.
build (Debug): Server/Effects/FireEffect.cs#L25
Non-nullable field '_Temperatures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): StripListItem.cs#L316
Nullability of reference types in type of parameter 'x' of 'int StripListItemComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build (Release): StripListItem.cs#L316
Nullability of reference types in type of parameter 'y' of 'int StripListItemComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
build (Release): StripListView.cs#L39
Nullability of reference types in type of parameter 'sender' of 'void StripListView.StripListView_DrawItem(object sender, DrawListViewItemEventArgs e)' doesn't match the target delegate 'DrawListViewItemEventHandler' (possibly because of nullability attributes).
build (Release): StripListView.cs#L40
Nullability of reference types in type of parameter 'sender' of 'void StripListView.StripListView_DrawSubItem(object sender, DrawListViewSubItemEventArgs e)' doesn't match the target delegate 'DrawListViewSubItemEventHandler' (possibly because of nullability attributes).
build (Release): StripListView.cs#L41
Nullability of reference types in type of parameter 'sender' of 'void StripListView.StripListView_DrawColumnHeader(object sender, DrawListViewColumnHeaderEventArgs e)' doesn't match the target delegate 'DrawListViewColumnHeaderEventHandler' (possibly because of nullability attributes).
build (Release): StripListView.cs#L42
Nullability of reference types in type of parameter 'sender' of 'void StripListView.StripListView_MouseClick(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
build (Release): StripListView.cs#L29
Non-nullable field '_selectedGroup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): LEDVisualizer.cs#L91
Non-nullable field '_ColorData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): Server/Effects/FireEffect.cs#L31
Possible null reference assignment.
build (Release): Server/Effects/FireEffect.cs#L33
Cannot convert null literal to non-nullable reference type.