Skip to content

Mostly fixed Pikmin rendering. #1584

Mostly fixed Pikmin rendering.

Mostly fixed Pikmin rendering. #1584

Triggered via push July 5, 2024 06:26
Status Failure
Total duration 4m 3s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
build: FinModelUtility/Formats/Mod/Mod Tests/GcnSerializablesTests.cs#L130
'TextureAttributes' does not contain a definition for 'unknown1'
build: FinModelUtility/Formats/Mod/Mod Tests/GcnSerializablesTests.cs#L131
'TextureAttributes' does not contain a definition for 'unknown2'
build: FinModelUtility/Formats/Mod/Mod Tests/GcnSerializablesTests.cs#L130
'TextureAttributes' does not contain a definition for 'unknown1'
build: FinModelUtility/Formats/Mod/Mod Tests/GcnSerializablesTests.cs#L131
'TextureAttributes' does not contain a definition for 'unknown2'
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated 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/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)
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)