Merge pull request #1 from rbergen/include-ffmpeg #1
Annotations
10 warnings
StripListItem.cs#L300
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).
|
StripListItem.cs#L300
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).
|
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).
|
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).
|
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).
|
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).
|
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.
|
LEDServer.cs#L52
Non-nullable property '_AllStrips' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
LEDServer.cs#L53
Non-nullable property '_AllSites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
StripListView.cs#L94
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading