Skip to content

fix: chain switching not working in mobile MM #73

fix: chain switching not working in mobile MM

fix: chain switching not working in mobile MM #73

Triggered via pull request November 28, 2024 12:14
Status Success
Total duration 4m 22s
Artifacts

dotnet-build-test.yml

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

Annotations

40 warnings
test (ubuntu-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, unit-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
test (ubuntu-latest, unit-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L87
'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
test (ubuntu-latest, unit-tests): src/Reown.Sign/Runtime/SignClient.cs#L302
The result of the expression is always 'false' since a value of type 'long' is never equal to 'null' of type 'long?'
test (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, 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 (ubuntu-latest, integration-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
test (ubuntu-latest, integration-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L87
'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
test (ubuntu-latest, integration-tests): src/Reown.Sign/Runtime/SignClient.cs#L302
The result of the expression is always 'false' since a value of type 'long' is never equal to 'null' of type 'long?'
test (ubuntu-latest, integration-tests): src/Reown.Sign/Runtime/SignClient.cs#L323
The result of the expression is always 'false' since a value of type 'long' is never equal to 'null' of type 'long?'
test (ubuntu-latest, integration-tests): src/Reown.Sign/Runtime/Models/Engine/AuthenticateResponse.cs#L14
Non-nullable field 'Responder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test (ubuntu-latest, integration-tests): src/Reown.Sign/Runtime/Models/AuthPayloadParams.cs#L56
Non-nullable property 'Chains' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, 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 (windows-latest, integration-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 (windows-latest, integration-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 (windows-latest, integration-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 (windows-latest, 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 (windows-latest, 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 (windows-latest, integration-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type