Skip to content

Merge pull request #255 from StarkITA/main #63

Merge pull request #255 from StarkITA/main

Merge pull request #255 from StarkITA/main #63

Triggered via push November 29, 2024 00:17
Status Success
Total duration 1m 43s
Artifacts

publish.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
Build: Gatherbuddy/AutoGather/AutoGather.Var.cs#L177
This takes the address of, gets the size of, or declares a pointer to a managed type ('T')
Build: Gatherbuddy/AutoGather/AutoGather.Config.cs#L82
Cannot convert null literal to non-nullable reference type.
Build: Gatherbuddy/AutoGather/Helpers/SoundHelper.cs#L21
Converting null literal or possible null value to non-nullable type.
Build: Gatherbuddy/AutoGather/AutoGather.Ui.cs#L108
Dereference of a possibly null reference.
Build: Gatherbuddy/AutoGather/AutoGather.cs#L110
The variable 'e' is declared but never used
Build: Gatherbuddy/Plugin/IpcSubscribers.cs#L144
Non-nullable field 'ExecuteCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: Gatherbuddy/Plugin/IpcSubscribers.cs#L147
Non-nullable field 'IsBusy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: Gatherbuddy/Plugin/IpcSubscribers.cs#L150
Non-nullable field 'Abort' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: Gatherbuddy/Plugin/IpcSubscribers.cs#L153
Non-nullable field 'AethernetTeleport' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.