Skip to content

Fixed some issues with Dat interpolation... #1566

Fixed some issues with Dat interpolation...

Fixed some issues with Dat interpolation... #1566

Triggered via push July 2, 2024 05:50
Status Success
Total duration 6m 21s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v2, coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-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
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/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#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)