1.4.0 #3
Merged
1.4.0 #3
Annotations
10 warnings
|
KeyLighting/Program.cs#L364
Dereference of a possibly null reference.
|
|
KeyLighting/Program.cs#L364
Dereference of a possibly null reference.
|
|
KeyLighting/ScreenCapturer.cs#L352
Cannot convert null literal to non-nullable reference type.
|
|
KeyLighting/ScreenCapturer.cs#L351
Cannot convert null literal to non-nullable reference type.
|
|
KeyLighting/models/config.cs#L106
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
KeyLighting/CPUImageProcessor.cs#L28
Non-nullable field 'resultBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
KeyLighting/CPUImageProcessor.cs#L28
Non-nullable field 'rawColors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
KeyLighting/CPUImageProcessor.cs#L28
Non-nullable field 'previousFrame' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
KeyLighting/ScreenCapturer.cs#L101
Cannot convert null literal to non-nullable reference type.
|
|
KeyLighting/ScreenCapturer.cs#L100
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading