Skip to content

workflows

workflows #3

Triggered via pull request September 13, 2025 03:43
@WingZer0oWingZer0o
synchronize #157
new-linux
Status Success
Total duration 2m 31s
Artifacts

pr-tests-windows.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

40 warnings and 4 notices
build (8, net8.0): 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 (8, net8.0): 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 (8, net8.0): 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 (8, net8.0): 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 (8, net8.0): 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 (8, net8.0): 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 (8, net8.0): 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 (8, net8.0): 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 (8, net8.0): cas-dotnet-sdk/Symmetric/AESWrapper.cs#L17
'AESWrapper._sender' hides inherited member 'BaseWrapper._sender'. Use the new keyword if hiding was intended.
build (8, net8.0): cas-dotnet-sdk/Symmetric/AESWrapper.cs#L16
'AESWrapper._platform' hides inherited member 'BaseWrapper._platform'. Use the new keyword if hiding was intended.
build (7, net7.0): cas-dotnet-sdk/Configuration/Networking.cs#L8
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 (7, net7.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_IsThreadProductEnabled' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (7, net7.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_DiffieHellmanExchange' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (7, net7.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_Networking' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (7, net7.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_senderQueue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (7, net7.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_TokenCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (7, net7.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (7, net7.0): cas-dotnet-sdk/CASConfiguration.cs#L16
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 (7, net7.0): cas-dotnet-sdk/Symmetric/AESWrapper.cs#L17
'AESWrapper._sender' hides inherited member 'BaseWrapper._sender'. Use the new keyword if hiding was intended.
build (7, net7.0): cas-dotnet-sdk/Symmetric/AESWrapper.cs#L16
'AESWrapper._platform' hides inherited member 'BaseWrapper._platform'. Use the new keyword if hiding was intended.
build (9, net9.0): 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 (9, net9.0): 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 (9, net9.0): 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 (9, net9.0): 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 (9, net9.0): 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 (9, net9.0): 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 (9, net9.0): 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 (9, net9.0): 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 (9, net9.0): cas-dotnet-sdk/Symmetric/AESWrapper.cs#L17
'AESWrapper._sender' hides inherited member 'BaseWrapper._sender'. Use the new keyword if hiding was intended.
build (9, net9.0): cas-dotnet-sdk/Symmetric/AESWrapper.cs#L16
'AESWrapper._platform' hides inherited member 'BaseWrapper._platform'. Use the new keyword if hiding was intended.
build (6, net6.0): 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 (6, net6.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_IsThreadProductEnabled' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (6, net6.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_DiffieHellmanExchange' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (6, net6.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_Networking' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (6, net6.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_senderQueue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (6, net6.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_TokenCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (6, net6.0): cas-dotnet-sdk/CASConfiguration.cs#L16
Non-nullable field '_Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (6, net6.0): cas-dotnet-sdk/CASConfiguration.cs#L16
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 (6, net6.0): cas-dotnet-sdk/Symmetric/AESWrapper.cs#L17
'AESWrapper._sender' hides inherited member 'BaseWrapper._sender'. Use the new keyword if hiding was intended.
build (6, net6.0): cas-dotnet-sdk/Symmetric/AESWrapper.cs#L16
'AESWrapper._platform' hides inherited member 'BaseWrapper._platform'. Use the new keyword if hiding was intended.
build (8, net8.0)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
build (7, net7.0)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
build (9, net9.0)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
build (6, net6.0)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677