Skip to content

Update README.md

Update README.md #58

Triggered via push June 1, 2025 22:28
Status Success
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: cas-dotnet-sdk/Symmetric/AESWrapper.cs#L52
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: cas-dotnet-sdk/Symmetric/AESWrapper.cs#L42
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: cas-dotnet-sdk/Symmetric/Types/Aes256KeyAndNonceX25519DiffieHellman.cs#L6
Non-nullable property 'AesNonce' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-sdk/Symmetric/Types/Aes256KeyAndNonceX25519DiffieHellman.cs#L5
Non-nullable property 'AesKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-sdk/Symmetric/Types/AesEncryptResult.cs#L6
Non-nullable property 'CipherText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-sdk/Symmetric/Types/AesEncryptResult.cs#L5
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: cas-dotnet-sdk/Types/BenchmarkMacAddressSDKMethod.cs#L6
Non-nullable property 'EncryptedBenchMarkSend' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-sdk/Types/BenchmarkMacAddressSDKMethod.cs#L5
Non-nullable property 'MacAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-sdk/Symmetric/AESWrapper.cs#L17
'AESWrapper._sender' hides inherited member 'BaseWrapper._sender'. Use the new keyword if hiding was intended.
build: cas-dotnet-sdk/Symmetric/AESWrapper.cs#L16
'AESWrapper._platform' hides inherited member 'BaseWrapper._platform'. Use the new keyword if hiding was intended.