Merge pull request #1 from ModMaker101/dev #9
Annotations
10 warnings
|
build:
KeyLighting/Program.cs#L366
Possible null reference argument for parameter 'value' in 'int Extensions.Value<int>(IEnumerable<JToken> value)'.
|
|
build:
KeyLighting/Program.cs#L365
Possible null reference argument for parameter 'value' in 'int Extensions.Value<int>(IEnumerable<JToken> value)'.
|
|
build:
KeyLighting/Program.cs#L361
Dereference of a possibly null reference.
|
|
build:
KeyLighting/Program.cs#L361
Dereference of a possibly null reference.
|
|
build:
KeyLighting/Program.cs#L361
Dereference of a possibly null reference.
|
|
build:
KeyLighting/ScreenCapturer.cs#L109
Cannot convert null literal to non-nullable reference type.
|
|
build:
KeyLighting/ScreenCapturer.cs#L108
Cannot convert null literal to non-nullable reference type.
|
|
build:
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.
|
|
build:
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.
|
|
build:
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.
|