Skip to content

Fixed issue in how Etc1 images are read, and added some test coverage. #50

Fixed issue in how Etc1 images are read, and added some test coverage.

Fixed issue in how Etc1 images are read, and added some test coverage. #50

Triggered via push November 16, 2024 07:26
Status Failure
Total duration 5m 8s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/textures/TexturePanel.cs#L35
Possible null reference argument for parameter 'image' in 'void Clipboard.SetImage(Image image)'.
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L51
Property 'Impl' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L80
Property 'TotalFrames' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L67
Property 'Frame' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L91
Property 'FrameRate' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L103
Property 'IsPlaying' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L112
Property 'LoopPlayback' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/common/audio/AudioPlayerGlPanel.cs#L68
Property 'AudioFileBundles' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationsTab.cs#L26
Property 'Model' does not configure the code serialization for its property content
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/Adler32.BitComputer.cs#L13
Do not nest type BitComputer. Alternatively, change its accessibility so that it is not externally visible. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/Crc16.BitComputer.cs#L13
Do not nest type BitComputer. Alternatively, change its accessibility so that it is not externally visible. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/Crc16.Definition.cs#L11
Do not nest type Definition. Alternatively, change its accessibility so that it is not externally visible. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/Crc32.BitComputer.cs#L13
Do not nest type BitComputer. Alternatively, change its accessibility so that it is not externally visible. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/Crc32.Definition.cs#L11
Do not nest type Definition. Alternatively, change its accessibility so that it is not externally visible. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/TigerHash.cs#L13
If possible, make the underlying type of TigerHashVersion System.Int32 instead of byte (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/Adler32.cs#L32
In externally visible method 'uint Adler32.Compute(byte[] buffer, uint adler32 = 1)', validate parameter 'buffer' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/Adler32.cs#L21
In externally visible method 'uint Adler32.Compute(byte[] buffer, int offset, int length, uint adler32 = 1)', validate parameter 'buffer' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/Adler32.cs#L40
In externally visible method 'uint Adler32.Compute(Stream stream, int length, uint adler32 = 1, bool restorePosition = false)', validate parameter 'stream' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.Security/Cryptography/TinyEncryptionAlgorithm/XTEA256.cs#L20
In externally visible method 'void XTEA256.SetKey(byte[] b)', validate parameter 'b' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)