Skip to content
Triggered via release November 30, 2024 23:51
@erdelferdelf
released 0.0.0.179
Status Success
Total duration 31s
Artifacts

publish.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
Build: AutoDuty/IPC/IPCSubscriber.cs#L84
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: AutoDuty/AutoDuty.cs#L192
Non-nullable field 'PathsDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: AutoDuty/AutoDuty.cs#L192
Non-nullable field 'AssemblyFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: AutoDuty/AutoDuty.cs#L192
Non-nullable field 'ConfigFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: AutoDuty/AutoDuty.cs#L192
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: AutoDuty/AutoDuty.cs#L192
Non-nullable field 'OverrideCamera' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: AutoDuty/AutoDuty.cs#L192
Non-nullable property 'MainWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: AutoDuty/AutoDuty.cs#L192
Non-nullable property 'Overlay' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: AutoDuty/AutoDuty.cs#L192
Non-nullable field 'TaskManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.