Create README.md #3
Annotations
10 warnings
Build the application:
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 the application:
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 the application:
Server/Effects/FireEffect.cs#L31
Possible null reference assignment.
|
Build the application:
Server/Effects/FireEffect.cs#L33
Cannot convert null literal to non-nullable reference type.
|
Build the application:
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 the application:
Server/Effects/FireEffect.cs#L25
Non-nullable field '_Palette' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build the application:
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.
|
Build the application:
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.
|
Build the application:
Server/Effects/MeteorEffect.cs#L80
Non-nullable field '_graphics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build the application:
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.
|
Loading