Add_UTF16_support + fix/test array OutOfIndex error #3
Triggered via pull request
August 19, 2024 18:15
Status
Success
Total duration
1h 59m 33s
Billable time
2m
Artifacts
–
Annotations
10 warnings
Build and test on ubuntu-latest:
src/Base64Scalar.cs#L45
Dereference of a possibly null reference.
|
Build and test on ubuntu-latest:
src/Base64Scalar.cs#L48
Dereference of a possibly null reference.
|
Build and test on ubuntu-latest:
test/Base64DecodingTestsUTF16.cs#L31
In externally visible method 'void Base64DecodingTests.DecodeBase64CasesUTF16(DecodeFromBase64DelegateFncFromUTF16 DecodeFromBase64Delegate)', validate parameter 'DecodeFromBase64Delegate' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Build and test on ubuntu-latest:
test/Base64DecodingTestsUTF16.cs#L86
In externally visible method 'void Base64DecodingTests.CompleteDecodeBase64CasesUTF16(Base64WithWhiteSpaceToBinaryFromUTF16 Base64WithWhiteSpaceToBinaryFromUTF16, DecodeFromBase64DelegateSafeFromUTF16 DecodeFromBase64DelegateSafeFromUTF16)', validate parameter 'DecodeFromBase64DelegateSafeFromUTF16' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Build and test on ubuntu-latest:
test/Base64DecodingTestsUTF16.cs#L69
In externally visible method 'void Base64DecodingTests.CompleteDecodeBase64CasesUTF16(Base64WithWhiteSpaceToBinaryFromUTF16 Base64WithWhiteSpaceToBinaryFromUTF16, DecodeFromBase64DelegateSafeFromUTF16 DecodeFromBase64DelegateSafeFromUTF16)', validate parameter 'Base64WithWhiteSpaceToBinaryFromUTF16' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Build and test on ubuntu-latest:
test/Base64DecodingTestsUTF16.cs#L269
In externally visible method 'void Base64DecodingTests.RoundtripBase64UTF16(Base64WithWhiteSpaceToBinaryFromUTF16 Base64WithWhiteSpaceToBinaryFromUTF16, DecodeFromBase64DelegateSafeFromUTF16 DecodeFromBase64DelegateSafeFromUTF16)', validate parameter 'Base64WithWhiteSpaceToBinaryFromUTF16' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Build and test on ubuntu-latest:
src/Base64Scalar.cs#L45
Dereference of a possibly null reference.
|
Build and test on ubuntu-latest:
src/Base64Scalar.cs#L48
Dereference of a possibly null reference.
|
Build and test on ubuntu-latest:
test/Base64DecodingTestsUTF16.cs#L31
In externally visible method 'void Base64DecodingTests.DecodeBase64CasesUTF16(DecodeFromBase64DelegateFncFromUTF16 DecodeFromBase64Delegate)', validate parameter 'DecodeFromBase64Delegate' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Build and test on ubuntu-latest:
test/Base64DecodingTestsUTF16.cs#L86
In externally visible method 'void Base64DecodingTests.CompleteDecodeBase64CasesUTF16(Base64WithWhiteSpaceToBinaryFromUTF16 Base64WithWhiteSpaceToBinaryFromUTF16, DecodeFromBase64DelegateSafeFromUTF16 DecodeFromBase64DelegateSafeFromUTF16)', validate parameter 'DecodeFromBase64DelegateSafeFromUTF16' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|