Skip to content

update discord link #360

update discord link

update discord link #360

Triggered via push November 6, 2024 20:18
Status Success
Total duration 50s
Artifacts

Build.yml

on: push
Build & Test
40s
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/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/TextureBuilder.cs#L189
Possible null reference argument for parameter 'sourceFilename' in 'Task TextureBuilder.ApplySourceMappingAsync<TPixel>(Image<TPixel> image, string sourceFilename, IEnumerable<TextureChannelMapping> mappingGroup, CancellationToken token)'.
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/Textures/ItemTextureGenerator.cs#L178
Dereference of a possibly null reference.