Use AsepriteDotNet for core processing (#105) #3
Annotations
10 warnings
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)
|
Build:
source/MonoGame.Aseprite/Tileset.cs#L17
XML comment has cref attribute 'RawTextureAtlas' that could not be resolved
|
Build:
source/MonoGame.Aseprite/AnimationTagBuilder.cs#L15
Member '_loopCount' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build:
source/MonoGame.Aseprite/AnimationTagBuilder.cs#L16
Member '_isReversed' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build:
source/MonoGame.Aseprite/AnimationTagBuilder.cs#L17
Member '_isPingPong' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build:
source/MonoGame.Aseprite/AnimatedSprite.cs#L18
Member '_hasBegun' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build:
source/MonoGame.Aseprite/AnimatedSprite.cs#L92
Member 'OnFrameBegin' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build:
source/MonoGame.Aseprite/AnimatedSprite.cs#L97
Member 'OnFrameEnd' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build:
source/MonoGame.Aseprite/AnimatedSprite.cs#L106
Member 'OnAnimationBegin' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build:
source/MonoGame.Aseprite/AnimatedSprite.cs#L114
Member 'OnAnimationLoop' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Loading