Skip to content
Triggered via release November 19, 2024 00:46
@erdelferdelf
prereleased 0.0.0.176
Status Success
Total duration 36s
Artifacts

publishtesting.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build: ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
Build: AutoDuty/IPC/IPCSubscriber.cs#L76
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: AutoDuty/Helpers/AutoEquipHelper.cs#L125
Nullable value type may be null.
Build: AutoDuty/AutoDuty.cs#L190
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#L190
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#L190
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#L190
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#L190
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#L190
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#L190
Non-nullable property 'Overlay' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.