Skip to content
Triggered via release November 18, 2024 03:33
@erdelferdelf
prereleased 0.0.0.174
Status Success
Total duration 45s
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/Windows/LogTab.cs#L33
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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.