Skip to content

Merge remote-tracking branch 'origin/master' #33

Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master' #33

Triggered via push December 22, 2024 20:07
Status Failure
Total duration 32s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: UI.cs#L126
The type or namespace name 'SpriteReference' could not be found (are you missing a using directive or an assembly reference?)
build: UI.cs#L126
The type or namespace name 'SpriteReference' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Extensions.cs#L10
Converting null literal or possible null value to non-nullable type.
build: Extensions.cs#L13
Converting null literal or possible null value to non-nullable type.
build: Extensions.cs#L15
Converting null literal or possible null value to non-nullable type.
build: Extensions.cs#L18
Possible null reference return.
build: Extensions.cs#L30
Possible null reference return.
build: Patches.cs#L96
Cannot convert null literal to non-nullable reference type.
build: Patches.cs#L163
Dereference of a possibly null reference.
build: UI.cs#L31
Non-nullable field '_mainpanel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UI.cs#L32
Non-nullable field 'towersetselect' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UI.cs#L33
Non-nullable field 'pathselect' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.