Skip to content

Update readme

Update readme #8

Triggered via push December 17, 2024 05:59
Status Success
Total duration 45s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/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/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/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/RenderTarget.cs#L16
Field 'RenderTarget._unorderedAccessView' is never assigned to, and will always have its default value null
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#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/DXDraw/TriFill.cs#L121
This call site is reachable on all platforms. 'IPluginLog.Debug(string, params object[])' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)