Skip to content

Build and Release HandheldCompanion #165

Build and Release HandheldCompanion

Build and Release HandheldCompanion #165

Manually triggered December 17, 2024 17:59
Status Failure
Total duration 4m 41s
Artifacts

publish-hc.yml

on: workflow_dispatch
Build and Release
4m 24s
Build and Release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build and Release
Process completed with exit code 1.
Build and Release: Shared/Pipes/PipeClient.cs#L29
Nullability of reference types in type of parameter 'sender' of 'void PipeClient.SendMessageQueue(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
Build and Release: Shared/Pipes/PipeClient.cs#L25
Non-nullable event 'Connected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build and Release: Shared/Pipes/PipeClient.cs#L25
Non-nullable event 'Disconnected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build and Release: Shared/Pipes/PipeClient.cs#L25
Non-nullable event 'ServerMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build and Release: Shared/Pipes/PipeServer.cs#L33
Nullability of reference types in type of parameter 'sender' of 'void PipeServer.SendMessageQueue(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
Build and Release: Shared/Pipes/PipeServer.cs#L29
Non-nullable event 'Connected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build and Release: Shared/Pipes/PipeServer.cs#L29
Non-nullable event 'Disconnected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build and Release: Shared/Pipes/PipeServer.cs#L29
Non-nullable event 'ClientMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build and Release: Shared/Pipes/PipeServer.cs#L69
Cannot convert null literal to non-nullable reference type.
Build and Release: Shared/LogManager.cs#L12
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.