Merge pull request #3 from ModMaker101/dev #13
Annotations
10 warnings
|
build:
KeyLighting/CPUImageProcessor.cs#L270
Dereference of a possibly null reference.
|
|
build:
KeyLighting/CPUImageProcessor.cs#L262
Dereference of a possibly null reference.
|
|
build:
KeyLighting/ScreenCapturer.cs#L352
Cannot convert null literal to non-nullable reference type.
|
|
build:
KeyLighting/ScreenCapturer.cs#L351
Cannot convert null literal to non-nullable reference type.
|
|
build:
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.
|
|
build:
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.
|
|
build:
KeyLighting/ScreenCapturer.cs#L101
Cannot convert null literal to non-nullable reference type.
|
|
build:
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.
|
|
build:
KeyLighting/ScreenCapturer.cs#L100
Cannot convert null literal to non-nullable reference type.
|
|
build:
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.
|