Skip to content

Update pictomancy submodule #2

Update pictomancy submodule

Update pictomancy submodule #2

Re-run triggered November 30, 2024 16:25
Status Success
Total duration 36s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: ffxiv_pictomancy/Pictomancy/PictoService.cs#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: ffxiv_pictomancy/Pictomancy/DXDraw/DXRenderer.cs#L42
Non-nullable property 'FanFill' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: ffxiv_pictomancy/Pictomancy/DXDraw/DXRenderer.cs#L42
Non-nullable property 'Stroke' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: ffxiv_pictomancy/Pictomancy/DXDraw/RenderContext.cs#L12
Non-nullable property 'Device2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: ffxiv_pictomancy/Pictomancy/DXDraw/RenderContext.cs#L31
The variable 'ex' is declared but never used
Build: ffxiv_pictomancy/Pictomancy/DXDraw/RenderTarget.cs#L24
Non-nullable field '_unorderedAccessView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: ffxiv_pictomancy/Pictomancy/DXDraw/RenderTarget.cs#L16
Field 'RenderTarget._unorderedAccessView' is never assigned to, and will always have its default value null
Build: ffxiv_pictomancy/Pictomancy/PictoService.cs#L79
This call site is reachable on all platforms. 'IGameGui.GetAddonByName(string, int)' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build: ffxiv_pictomancy/Pictomancy/PictoService.cs#L27
This call site is reachable on all platforms. 'IDalamudPluginInterface.Create<PictoService>(params object[])' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build: ffxiv_pictomancy/Pictomancy/PictoService.cs#L73
This call site is reachable on all platforms. 'ICondition.this[ConditionFlag]' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)