Skip to content

Release 2.8.1

Release 2.8.1 #14

Triggered via push August 28, 2024 23:08
Status Failure
Total duration 48s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: RiskOfOptions/Utils/KeyBindUtil.cs#L244
Cannot convert null literal to non-nullable reference type.
build: RiskOfOptions/Utils/KeyBindUtil.cs#L43
Cannot convert null literal to non-nullable reference type.
build: RiskOfOptions/Components/RuntimePrefabs/StepSliderPrefab.cs#L8
Non-nullable property 'StepSlider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: RiskOfOptions/Components/RuntimePrefabs/SliderPrefab.cs#L8
Non-nullable property 'Slider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: RiskOfOptions/ExtensionMethods.cs#L49
Possible null reference return.
build: RiskOfOptions/ExtensionMethods.cs#L71
Possible null reference return.
build: RiskOfOptions/Components/AssetResolution/TranslucentImageResolver.cs#L11
Non-nullable field 'image' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RiskOfOptions/Components/AssetResolution/MultiAssetResolver.cs#L12
Non-nullable field 'entries' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RiskOfOptions/Utils/KeyBindUtil.cs#L13
Non-nullable field '_mpEventSystem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: RiskOfOptions/Utils/KeyBindUtil.cs#L14
Non-nullable field '_dialogBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.