Skip to content

Questpatches

Questpatches #128

Triggered via pull request May 16, 2025 12:31
Status Failure
Total duration 29s
Artifacts

verify-build.yml

on: pull_request
Verify Successful Build
25s
Verify Successful Build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Verify Successful Build
Process completed with exit code 1.
Verify Successful Build: S1API/Internal/Patches/QuestPatches.cs#L51
The name 'Singleton' does not exist in the current context
Verify Successful Build: S1API/Internal/Patches/QuestPatches.cs#L51
The name 'Singleton' does not exist in the current context
Verify Successful Build: S1API/UI/UIFactory.cs#L149
Non-nullable field 'roundedSprite' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Verify Successful Build: S1API/Dialogues/DialogueInjector.cs#L105
Possible null reference argument for parameter 'npc' in 'void DialogueInjector.TryInject(DialogueInjection injection, NPC npc)'.
Verify Successful Build: S1API/Products/ProductDefinition.cs#L48
'ProductDefinition.Icon' hides inherited member 'ItemDefinition.Icon'. Use the new keyword if hiding was intended.
Verify Successful Build: S1API/S1API.cs#L29
Class S1API has BepInPlugin attribute but does not inherit from BaseUnityPlugin
Verify Successful Build: S1API/PhoneApp/PhoneApp.cs#L49
The field 'PhoneApp._appCreated' is assigned but its value is never used
Verify Successful Build: S1API/Entities/NPC.cs#L613
Non-nullable property 'Appearance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Verify Successful Build: S1API/Property/PropertyManager.cs#L70
Possible null reference return.
Verify Successful Build: S1API/UI/UIFactory.cs#L149
Non-nullable field 'roundedSprite' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Verify Successful Build: S1API/Dialogues/DialogueInjector.cs#L105
Possible null reference argument for parameter 'npc' in 'void DialogueInjector.TryInject(DialogueInjection injection, NPC npc)'.
Verify Successful Build: S1API/Products/ProductDefinition.cs#L48
'ProductDefinition.Icon' hides inherited member 'ItemDefinition.Icon'. Use the new keyword if hiding was intended.