Skip to content

Merge pull request #3 from ModMaker101/dev #13

Merge pull request #3 from ModMaker101/dev

Merge pull request #3 from ModMaker101/dev #13

Triggered via push May 20, 2025 07:11
Status Success
Total duration 26s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.