Skip to content

Update to monogame 3.8.4 #37

Update to monogame 3.8.4

Update to monogame 3.8.4 #37

Triggered via pull request June 14, 2025 17:46
Status Success
Total duration 40s
Artifacts

main.yml

on: pull_request
Deploy To GitHub
0s
Deploy To GitHub
Deploy To NuGet
0s
Deploy To NuGet
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: source/MonoGame.Aseprite/Tile.cs#L31
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build: source/MonoGame.Aseprite/Tile.cs#L26
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build: source/MonoGame.Aseprite/Tile.cs#L21
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build: source/MonoGame.Aseprite/Tile.cs#L10
Tile should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Build: source/MonoGame.Aseprite/Tile.cs#L10
Tile should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Build: source/MonoGame.Aseprite/Tileset.cs#L17
XML comment has cref attribute 'RawTextureAtlas' that could not be resolved
Build: build/Tasks/GitHubTasks/UploadArtifactsTask.cs#L25
Modify 'RunAsync' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Build: build/Tasks/GitHubTasks/UploadArtifactsTask.cs#L30
'TextWriter.WriteLine(string?)' synchronously blocks. Await 'TextWriter.WriteLineAsync()' instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849)
Build: build/Tasks/GitHubTasks/UploadArtifactsTask.cs#L27
'TextWriter.WriteLine(string?)' synchronously blocks. Await 'TextWriter.WriteLineAsync()' instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849)
Build: build/BuildContext.cs#L28
Change the type of property 'BuildContext.RepositoryUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)