Skip to content

Update section title in README.md #80

Update section title in README.md

Update section title in README.md #80

Triggered via push October 30, 2025 23:19
Status Success
Total duration 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: cas-dotnet-sdk/CASConfiguration.cs#L15
Non-nullable field '_ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: cas-dotnet-sdk/Types/BenchmarkMacAddressSDKMethod.cs#L7
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/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/Asymmetric/Types/RsaKeyPairResult.cs#L6
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-sdk/Asymmetric/Types/RsaKeyPairResult.cs#L5
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-sdk/Asymmetric/Types/RsaSignResult.cs#L6
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-sdk/Asymmetric/Types/RsaSignResult.cs#L5
Non-nullable property 'Signature' 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.