Skip to content

Remove unused Kryptography source files; #3

Remove unused Kryptography source files;

Remove unused Kryptography source files; #3

Triggered via push January 7, 2025 01:24
Status Success
Total duration 1m 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/lib/Kryptography/Encryption/AES/CTR/AesCtr.cs#L31
Nullability of type of parameter 'rgbIv' doesn't match overridden member (possibly because of nullability attributes).
build: src/lib/Kryptography/Encryption/AES/CTR/AesCtr.cs#L43
Nullability of type of parameter 'rgbIv' doesn't match overridden member (possibly because of nullability attributes).
build: src/lib/Kryptography/Encryption/AES/XTS/AesXts.cs#L40
Nullability of type of parameter 'rgbIv' doesn't match overridden member (possibly because of nullability attributes).
build: src/lib/Kryptography/Encryption/AES/XTS/AesXts.cs#L63
Nullability of type of parameter 'rgbIv' doesn't match overridden member (possibly because of nullability attributes).
build: src/lib/Kryptography/Encryption/Sony/BBCipher/BBCipherContext.cs#L30
Nullability of type of parameter 'rgbIV' doesn't match overridden member (possibly because of nullability attributes).
build: src/lib/Kryptography/Encryption/Sony/BBCipher/BBCipherContext.cs#L40
Nullability of type of parameter 'rgbIV' doesn't match overridden member (possibly because of nullability attributes).
build: src/lib/Kryptography/Encryption/AES/CTR/AesCtr.cs#L18
Non-nullable field '_aes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/lib/Kryptography/Encryption/AES/CTR/AesCtr.cs#L18
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/lib/Kryptography/Encryption/AES/CTR/AesCtr.cs#L18
Non-nullable property 'IV' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/lib/Kryptography/Encryption/AES/CTR/AesCtrCryptoTransform.cs#L36
Cannot convert null literal to non-nullable reference type.