optimization and change some properties #1
Merged
Annotations
10 warnings
|
KeyLighting/ScreenCapturer.cs#L397
Possible null reference argument for parameter 'targetBuffer' in 'void ScreenCapturer.CaptureToBuffer(Bitmap targetBuffer)'.
|
|
KeyLighting/ScreenCapturer.cs#L382
Possible null reference return.
|
|
KeyLighting/ScreenCapturer.cs#L369
Cannot convert null literal to non-nullable reference type.
|
|
KeyLighting/ScreenCapturer.cs#L368
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/ScreenCapturer.cs#L109
Cannot convert null literal to non-nullable reference type.
|
|
KeyLighting/ScreenCapturer.cs#L108
Cannot convert null literal to non-nullable reference type.
|
|
KeyLighting/CPUImageProcessor.cs#L29
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#L29
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#L29
Non-nullable field 'previousFrame' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading