Skip to content

fix: Engine uses OrderedKeys which can be empty #146

fix: Engine uses OrderedKeys which can be empty

fix: Engine uses OrderedKeys which can be empty #146

Triggered via pull request November 24, 2023 03:00
Status Success
Total duration 2m 32s
Artifacts

pull_request.yml

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

Annotations

24 warnings
build (unit-tests)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (unit-tests)
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build (unit-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L129
The variable 'e' is declared but never used
build (unit-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L155
The variable 'e' is declared but never used
build (unit-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L129
The variable 'e' is declared but never used
build (unit-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L155
The variable 'e' is declared but never used
build (unit-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L129
The variable 'e' is declared but never used
build (unit-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L155
The variable 'e' is declared but never used
build (unit-tests): Core Modules/WalletConnectSharp.Network.Websocket/WebsocketConnection.cs#L308
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (unit-tests): Core Modules/WalletConnectSharp.Crypto/Encoder/Base58Encoding.cs#L119
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build (unit-tests): Core Modules/WalletConnectSharp.Crypto/Encoder/BaseX.cs#L66
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
build (unit-tests): Core Modules/WalletConnectSharp.Crypto/Encoder/BaseX.cs#L121
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
build (integration-tests)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (integration-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L129
The variable 'e' is declared but never used
build (integration-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L155
The variable 'e' is declared but never used
build (integration-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L129
The variable 'e' is declared but never used
build (integration-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L155
The variable 'e' is declared but never used
build (integration-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L129
The variable 'e' is declared but never used
build (integration-tests): Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L155
The variable 'e' is declared but never used
build (integration-tests): Core Modules/WalletConnectSharp.Network.Websocket/WebsocketConnection.cs#L308
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (integration-tests): Core Modules/WalletConnectSharp.Crypto/Encoder/BaseX.cs#L66
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
build (integration-tests): Core Modules/WalletConnectSharp.Crypto/Encoder/BaseX.cs#L121
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
build (integration-tests): Core Modules/WalletConnectSharp.Crypto/Crypto.cs#L665
The variable 'e' is declared but never used
build (integration-tests)
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.