chore: sample #6
Triggered via pull request
September 20, 2024 13:38
Status
Success
Total duration
2m 53s
Artifacts
–
Annotations
31 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Reown.Core.Common/Runtime/Model/Errors/NamespacesException.cs#L23
'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)
|
build:
src/Reown.Core.Common/Runtime/Model/Errors/ExpiredException.cs#L23
'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)
|
build:
src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs#L71
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
build:
src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs#L140
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
build:
src/Reown.Core.Crypto/Runtime/Encoder/ArrayHelpers.cs#L21
'Buffer.BlockCopy' expects the number of bytes to be copied for the 'count' argument. Using 'Array.Length' may not match the number of bytes that needs to be copied. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2018)
|
build:
src/Reown.Core.Crypto/Runtime/Encoder/ArrayHelpers.cs#L35
'Buffer.BlockCopy' expects the number of bytes to be copied for the 'count' argument. Using 'Array.Length' may not match the number of bytes that needs to be copied. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2018)
|
build:
src/Reown.Core.Crypto/Runtime/Encoder/ArrayHelpers.cs#L36
'Buffer.BlockCopy' expects the number of bytes to be copied for the 'count' argument. Using 'Array.Length' may not match the number of bytes that needs to be copied. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2018)
|
build:
src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
|
build:
src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L87
'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
|
build:
src/Reown.Sign/Runtime/Internals/EngineTasks.cs#L18
The default value specified for parameter 'expirerHasDeleted' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
test (unit-tests):
src/Reown.Core.Common/Runtime/Model/Errors/NamespacesException.cs#L23
'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)
|
test (unit-tests):
src/Reown.Core.Common/Runtime/Model/Errors/ExpiredException.cs#L23
'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)
|
test (unit-tests):
src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs#L71
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
test (unit-tests):
src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs#L140
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
test (unit-tests):
src/Reown.Core.Crypto/Runtime/Encoder/ArrayHelpers.cs#L35
'Buffer.BlockCopy' expects the number of bytes to be copied for the 'count' argument. Using 'Array.Length' may not match the number of bytes that needs to be copied. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2018)
|
test (unit-tests):
src/Reown.Core.Crypto/Runtime/Encoder/ArrayHelpers.cs#L36
'Buffer.BlockCopy' expects the number of bytes to be copied for the 'count' argument. Using 'Array.Length' may not match the number of bytes that needs to be copied. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2018)
|
test (unit-tests):
src/Reown.Core.Crypto/Runtime/Encoder/ArrayHelpers.cs#L21
'Buffer.BlockCopy' expects the number of bytes to be copied for the 'count' argument. Using 'Array.Length' may not match the number of bytes that needs to be copied. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2018)
|
test (unit-tests):
src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
|
test (unit-tests):
src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L87
'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
|
test (unit-tests):
src/Reown.Sign/Runtime/Internals/EngineTasks.cs#L18
The default value specified for parameter 'expirerHasDeleted' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
test (integration-tests):
src/Reown.Core.Common/Runtime/Model/Errors/NamespacesException.cs#L23
'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)
|
test (integration-tests):
src/Reown.Core.Common/Runtime/Model/Errors/ExpiredException.cs#L23
'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)
|
test (integration-tests):
src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs#L71
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
test (integration-tests):
src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs#L140
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
test (integration-tests):
src/Reown.Sign/Runtime/Internals/EngineTasks.cs#L18
The default value specified for parameter 'expirerHasDeleted' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
test (integration-tests):
src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
|
test (integration-tests):
src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L87
'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
|
test (integration-tests):
src/Reown.Sign/Runtime/SignClient.cs#L276
The result of the expression is always 'false' since a value of type 'long' is never equal to 'null' of type 'long?'
|
test (integration-tests):
src/Reown.Sign/Runtime/SignClient.cs#L297
The result of the expression is always 'false' since a value of type 'long' is never equal to 'null' of type 'long?'
|
test (integration-tests):
src/Reown.Sign/Runtime/Internals/EngineHandler.cs#L205
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.
|