Merge pull request #203 from WalletConnect/feat/request-queue #97
Annotations
11 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "build-artifacts".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L129
The variable 'e' is declared but never used
|
Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L155
The variable 'e' is declared but never used
|
Core Modules/WalletConnectSharp.Network.Websocket/WebsocketConnection.cs#L302
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.
|
Core Modules/WalletConnectSharp.Common/Model/Errors/ExpiredException.cs#L22
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Core Modules/WalletConnectSharp.Common/Model/Errors/NamespacesException.cs#L22
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L129
The variable 'e' is declared but never used
|
Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L155
The variable 'e' is declared but never used
|
Core Modules/WalletConnectSharp.Crypto/Encoder/BaseX.cs#L66
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
Core Modules/WalletConnectSharp.Crypto/Encoder/BaseX.cs#L121
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
Core Modules/WalletConnectSharp.Common/Utils/Extensions.cs#L129
The variable 'e' is declared but never used
|
This job succeeded
Loading