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

Merge branch 'rewrite' into testing #13

Merge branch 'rewrite' into testing

Merge branch 'rewrite' into testing #13

Triggered via push January 10, 2024 17:27
Status Success
Total duration 51s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.