Skip to content

Merge pull request #1 from ModMaker101/dev #9

Merge pull request #1 from ModMaker101/dev

Merge pull request #1 from ModMaker101/dev #9

Triggered via push May 19, 2025 03:13
Status Success
Total duration 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.