Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Revert "remove pos lock" #33

Revert "remove pos lock"

Revert "remove pos lock" #33

Triggered via push February 7, 2024 20:01
Status Success
Total duration 43s
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: XIVPainter/XIVPainter/ElementSpecial/DrawingHighlightHotbar.cs#L109
'AddonActionBarBase.Slot' is obsolete: 'Use ActionBarSlotVector'
Build: ECommons/ECommons/Automation/TaskManager.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: ECommons/ECommons/UIHelpers/AtkReader.cs#L80
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: ECommons/ECommons/UIHelpers/AtkReader.cs#L94
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: ECommons/ECommons/ImGuiMethods/ThreadLoadImageHandler.cs#L105
The variable 'ex' is declared but never used
Build: ECommons/ECommons/Automation/AutoCutsceneSkipper.cs#L24
Field 'AutoCutsceneSkipper.CutsceneHandleInputHook' is never assigned to, and will always have its default value null
Build: ECommons/ECommons/GenericHelpers.cs#L513
XML comment has cref attribute 'HashSet' that could not be resolved
Build: ECommons/ECommons/ImGuiMethods/ImGuiEx.cs#L307
Parameter 'size' has no matching param tag in the XML comment for 'ImGuiEx.ButtonCtrl(string, Vector2?, string)' (but other parameters do)
Build: ECommons/ECommons/UIHelpers/AtkReader.cs#L21
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors' in call to 'System.Activator.CreateInstance(Type, params Object[])'. The generic parameter 'T' of 'ECommons.UIHelpers.AtkReader.Loop<T>(Int32, Int32, Int32)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
Build: ECommons/ECommons/SplatoonAPI/Splatoon.cs#L297
Using member 'System.Reflection.Assembly.GetType(String, Boolean)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.