feat: release automation #123
Triggered via pull request
December 20, 2024 09:28
Status
Failure
Total duration
30m 22s
Artifacts
–
Annotations
1 error and 20 warnings
test (ubuntu-latest, 8.0.x, integration-tests)
The job running on runner GitHub Actions 85 has exceeded the maximum execution time of 30 minutes.
|
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):
test/Rown.TestUtils/TestValues.cs#L8
Possible null reference assignment.
|
test (ubuntu-latest, 8.0.x, unit-tests):
test/Rown.TestUtils/TestValues.cs#L14
Possible null reference assignment.
|
test (ubuntu-latest, 8.0.x, unit-tests):
test/Rown.TestUtils/TestValues.cs#L19
Possible null reference assignment.
|
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.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.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):
test/Reown.Core.Crypto.Test/Model/ModelData.cs#L8
Non-nullable field 'Topic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test (windows-latest, 8.0.x, unit-tests):
test/Rown.TestUtils/TestValues.cs#L8
Possible null reference assignment.
|
test (windows-latest, 8.0.x, unit-tests):
test/Rown.TestUtils/TestValues.cs#L14
Possible null reference assignment.
|