GuardedHeapAllocation.cs: Set the pointer to null in Dispose(). #206
Annotations
13 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test (.NET 9.0/Debug):
src/Geralt.Tests/EncodingsTests.cs#L68
Possible null reference argument for parameter 'hex' in 'byte[] Encodings.FromHex(string hex, string ignoreChars = ":- ")'.
|
Test (.NET 9.0/Debug):
src/Geralt.Tests/EncodingsTests.cs#L129
Possible null reference argument for parameter 'base64' in 'byte[] Encodings.FromBase64(string base64, Base64Variant variant = Base64Variant.Original, string ignoreChars = " ")'.
|
Test (.NET 9.0/Debug):
src/Geralt.Tests/BLAKE2bTests.cs#L199
Possible null reference argument for parameter 'message' in 'void BLAKE2b.ComputeHash(Span<byte> hash, Stream message)'.
|
Test (.NET 8.0/Release):
src/Geralt.Tests/EncodingsTests.cs#L68
Possible null reference argument for parameter 'hex' in 'byte[] Encodings.FromHex(string hex, string ignoreChars = ":- ")'.
|
Test (.NET 8.0/Release):
src/Geralt.Tests/EncodingsTests.cs#L129
Possible null reference argument for parameter 'base64' in 'byte[] Encodings.FromBase64(string base64, Base64Variant variant = Base64Variant.Original, string ignoreChars = " ")'.
|
Test (.NET 8.0/Release):
src/Geralt.Tests/BLAKE2bTests.cs#L199
Possible null reference argument for parameter 'message' in 'void BLAKE2b.ComputeHash(Span<byte> hash, Stream message)'.
|
Test (.NET 9.0/Release):
src/Geralt.Tests/EncodingsTests.cs#L68
Possible null reference argument for parameter 'hex' in 'byte[] Encodings.FromHex(string hex, string ignoreChars = ":- ")'.
|
Test (.NET 9.0/Release):
src/Geralt.Tests/EncodingsTests.cs#L129
Possible null reference argument for parameter 'base64' in 'byte[] Encodings.FromBase64(string base64, Base64Variant variant = Base64Variant.Original, string ignoreChars = " ")'.
|
Test (.NET 9.0/Release):
src/Geralt.Tests/BLAKE2bTests.cs#L199
Possible null reference argument for parameter 'message' in 'void BLAKE2b.ComputeHash(Span<byte> hash, Stream message)'.
|
Test (.NET 8.0/Debug):
src/Geralt.Tests/BLAKE2bTests.cs#L199
Possible null reference argument for parameter 'message' in 'void BLAKE2b.ComputeHash(Span<byte> hash, Stream message)'.
|
Test (.NET 8.0/Debug):
src/Geralt.Tests/EncodingsTests.cs#L68
Possible null reference argument for parameter 'hex' in 'byte[] Encodings.FromHex(string hex, string ignoreChars = ":- ")'.
|
Test (.NET 8.0/Debug):
src/Geralt.Tests/EncodingsTests.cs#L129
Possible null reference argument for parameter 'base64' in 'byte[] Encodings.FromBase64(string base64, Base64Variant variant = Base64Variant.Original, string ignoreChars = " ")'.
|
Loading