Skip to content

name fixes

name fixes #51

Triggered via push February 1, 2024 16:11
Status Success
Total duration 39s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build: ECommons/ECommons/Automation/AutoCutsceneSkipper.cs#L19
Field 'AutoCutsceneSkipper.CutsceneHandleInputHook' is never assigned to, and will always have its default value null
Build: SomethingNeedDoing/IPC/AutoRetainerAPI/AutoRetainerAPI/Configuration/HouseDescriptor.cs#L34
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build: SomethingNeedDoing/IPC/AutoRetainerAPI/AutoRetainerAPI/Configuration/HouseDescriptor.cs#L39
Nullability of reference types in type of parameter 'other' of 'bool HouseDescriptor.Equals(HouseDescriptor other)' doesn't match implicitly implemented member 'bool IEquatable<HouseDescriptor>.Equals(HouseDescriptor? other)' (possibly because of nullability attributes).
Build: SomethingNeedDoing/IPC/AutoRetainerAPI/AutoRetainerAPI/Configuration/OfflineRetainerData.cs#L28
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build: SomethingNeedDoing/IPC/AutoRetainerAPI/AutoRetainerAPI/Configuration/OfflineRetainerData.cs#L33
Nullability of reference types in type of parameter 'other' of 'bool OfflineRetainerData.Equals(OfflineRetainerData other)' doesn't match implicitly implemented member 'bool IEquatable<OfflineRetainerData>.Equals(OfflineRetainerData? other)' (possibly because of nullability attributes).
Build: SomethingNeedDoing/IPC/AutoRetainerAPI/AutoRetainerAPI/AutoRetainerApi.cs#L58
Non-nullable event 'OnSendRetainerToVenture' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build: SomethingNeedDoing/IPC/AutoRetainerAPI/AutoRetainerAPI/AutoRetainerApi.cs#L58
Non-nullable event 'OnRetainerPostprocessStep' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build: SomethingNeedDoing/IPC/AutoRetainerAPI/AutoRetainerAPI/AutoRetainerApi.cs#L58
Non-nullable event 'OnRetainerReadyToPostprocess' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build: SomethingNeedDoing/IPC/AutoRetainerAPI/AutoRetainerAPI/AutoRetainerApi.cs#L58
Non-nullable event 'OnRetainerSettingsDraw' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.