Skip to content

chore: session and accounts cleanup #88

chore: session and accounts cleanup

chore: session and accounts cleanup #88

Triggered via pull request December 16, 2024 11:07
Status Success
Total duration 4m 15s
Artifacts

dotnet-build-test.yml

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

Annotations

42 warnings
test (ubuntu-latest, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, unit-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
test (ubuntu-latest, 8.0.x, unit-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L87
'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
test (ubuntu-latest, 8.0.x, unit-tests): src/Reown.Sign/Runtime/Controllers/AddressProvider.cs#L127
'Session.CurrentAddress(string)' is obsolete: 'Use CurrentAccount instead'
test (ubuntu-latest, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, unit-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
test (ubuntu-latest, 7.0.x, unit-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L87
'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
test (ubuntu-latest, 7.0.x, unit-tests): src/Reown.Sign/Runtime/Controllers/AddressProvider.cs#L127
'Session.CurrentAddress(string)' is obsolete: 'Use CurrentAccount instead'
test (windows-latest, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, 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, 8.0.x, unit-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
test (windows-latest, 8.0.x, unit-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L87
'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
test (windows-latest, 8.0.x, unit-tests): src/Reown.Sign/Runtime/Controllers/AddressProvider.cs#L127
'Session.CurrentAddress(string)' is obsolete: 'Use CurrentAccount instead'
test (ubuntu-latest, 8.0.x, integration-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (ubuntu-latest, 7.0.x, integration-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (windows-latest, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, 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, 7.0.x, unit-tests): src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type