Skip to content

release docker trim fix #356

release docker trim fix

release docker trim fix #356

Triggered via push October 17, 2024 03:01
Status Success
Total duration 54s
Artifacts

Build.yml

on: push
Build & Test
44s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: PixelGraph.Common/IO/Texture/TextureWriterBase.cs#L46
Possible null reference argument for parameter 'textureName' in 'string? TextureWriterBase.TryGet(string tag, string textureName, string? extension, bool global)'.
Build & Test: PixelGraph.Common/IO/Texture/TextureWriterBase.cs#L52
Possible null reference argument for parameter 'textureName' in 'string? TextureWriterBase.TryGet(string tag, string textureName, string? extension, bool global)'.
Build & Test: PixelGraph.Common/IO/Texture/TextureWriterBase.cs#L63
Possible null reference argument for parameter 'textureName' in 'string? TextureWriterBase.TryGet(string tag, string textureName, string? extension, bool global)'.
Build & Test: PixelGraph.Common/IO/Texture/TextureReaderBase.cs#L36
Possible null reference argument for parameter 'destName' in 'IEnumerable<string> TextureReaderBase.EnumerateOutputTextures(string destName, string destPath, string tag, bool global)'.
Build & Test: PixelGraph.Common/IO/Texture/TextureReaderBase.cs#L36
Possible null reference argument for parameter 'destPath' in 'IEnumerable<string> TextureReaderBase.EnumerateOutputTextures(string destName, string destPath, string tag, bool global)'.
Build & Test: PixelGraph.Common/Textures/ItemTextureGenerator.cs#L65
Possible null reference argument for parameter 'channel' in 'void TextureChannelMapping.ApplyInputChannel(PackEncodingChannel channel)'.
Build & Test: PixelGraph.Common/Textures/ItemTextureGenerator.cs#L72
Possible null reference argument for parameter 'emissiveFile' in 'Task<ISampler<Rgba32>> ItemTextureGenerator.GetEmissiveSamplerAsync(string emissiveFile, CancellationToken token)'.
Build & Test: PixelGraph.Common/IO/Texture/TextureReaderBase.cs#L104
Possible null reference argument for parameter 'name' in 'bool TextureReaderBase.IsGlobalFile(string localFile, string name, string tag)'.
Build & Test: PixelGraph.Common/Textures/Graphing/Builders/TextureGraphBuilder.cs#L40
Possible null reference argument for parameter 'textureTag' in 'Task ITextureGraph.MapAsync(string textureTag, bool createEmpty, int? frame = null, int? part = null, CancellationToken token = default(CancellationToken))'.
Build & Test: PixelGraph.Common/Textures/Graphing/Builders/TextureGraphBuilder.cs#L53
Possible null reference argument for parameter 'textureTag' in 'Task<Image<Rgba32>?> ITextureGraph.CreateImageAsync<Rgba32>(string textureTag, bool createEmpty, CancellationToken token = default(CancellationToken))'.