fix: chain switching not working in mobile MM #61
unity-bulid-test.yml
on: pull_request
Matrix: buildForAllSupportedPlatforms
Deploy to Vercel
24s
Annotations
33 warnings
Build for StandaloneWindows64
/github/workspace/src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs(71,72): warning CS0652: Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
Build for StandaloneWindows64
/github/workspace/src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs(140,72): warning CS0652: Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
Build for StandaloneWindows64
/github/workspace/src/Reown.Sign/Runtime/Models/ProposedNamespace.cs(82,24): warning CS0628: 'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
|
Build for StandaloneWindows64
/github/workspace/src/Reown.Sign/Runtime/Models/ProposedNamespace.cs(87,24): warning CS0628: 'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
|
Build for StandaloneWindows64
/github/workspace/src/Reown.Sign/Runtime/Models/AuthPayloadParams.cs(56,16): warning CS8618: Non-nullable property 'Chains' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build for StandaloneWindows64
/github/workspace/src/Reown.Sign/Runtime/Models/AuthPayloadParams.cs(56,16): warning CS8618: Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build for StandaloneWindows64
/github/workspace/src/Reown.Sign/Runtime/Models/AuthPayloadParams.cs(56,16): warning CS8618: Non-nullable property 'Nonce' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build for StandaloneWindows64
/github/workspace/src/Reown.Sign/Runtime/Models/Cacao/CacaoPayload.cs(76,17): warning CS8604: Possible null reference argument for parameter 'aud' in 'CacaoPayload.CacaoPayload(string domain, string iss, string aud, string version, string nonce, string issuedAt, string? notBefore = null, string? expiration = null, string? statement = null, string? requestId = null, string[]? resources = null)'.
|
Build for StandaloneWindows64
/github/workspace/src/Reown.Sign/Runtime/Models/Cacao/CacaoPayload.cs(77,17): warning CS8604: Possible null reference argument for parameter 'version' in 'CacaoPayload.CacaoPayload(string domain, string iss, string aud, string version, string nonce, string issuedAt, string? notBefore = null, string? expiration = null, string? statement = null, string? requestId = null, string[]? resources = null)'.
|
Build for StandaloneWindows64
/github/workspace/src/Reown.Sign/Runtime/Models/Cacao/CacaoPayload.cs(79,17): warning CS8604: Possible null reference argument for parameter 'issuedAt' in 'CacaoPayload.CacaoPayload(string domain, string iss, string aud, string version, string nonce, string issuedAt, string? notBefore = null, string? expiration = null, string? statement = null, string? requestId = null, string[]? resources = null)'.
|
Build for Android
Errors during XML parse:
|
Build for Android
Additionally, the fallback loader failed to parse the XML.
|
Build for Android
/github/workspace/src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs(71,72): warning CS0652: Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
Build for Android
/github/workspace/src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs(140,72): warning CS0652: Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
Build for Android
/github/workspace/src/Reown.Sign/Runtime/Models/ProposedNamespace.cs(82,24): warning CS0628: 'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
|
Build for Android
/github/workspace/src/Reown.Sign/Runtime/Models/ProposedNamespace.cs(87,24): warning CS0628: 'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
|
Build for Android
/github/workspace/src/Reown.Sign/Runtime/Models/AuthPayloadParams.cs(56,16): warning CS8618: Non-nullable property 'Chains' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build for Android
/github/workspace/src/Reown.Sign/Runtime/Models/AuthPayloadParams.cs(56,16): warning CS8618: Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build for Android
/github/workspace/src/Reown.Sign/Runtime/Models/AuthPayloadParams.cs(56,16): warning CS8618: Non-nullable property 'Nonce' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build for Android
/github/workspace/src/Reown.Sign/Runtime/Models/Cacao/CacaoPayload.cs(76,17): warning CS8604: Possible null reference argument for parameter 'aud' in 'CacaoPayload.CacaoPayload(string domain, string iss, string aud, string version, string nonce, string issuedAt, string? notBefore = null, string? expiration = null, string? statement = null, string? requestId = null, string[]? resources = null)'.
|
Build for WebGL
/github/workspace/src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs(71,72): warning CS0652: Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
Build for WebGL
/github/workspace/src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs(140,72): warning CS0652: Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
Build for WebGL
/github/workspace/src/Reown.Sign/Runtime/Models/ProposedNamespace.cs(82,24): warning CS0628: 'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
|
Build for WebGL
/github/workspace/src/Reown.Sign/Runtime/Models/ProposedNamespace.cs(87,24): warning CS0628: 'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
|
Build for WebGL
/github/workspace/src/Reown.Sign/Runtime/SignClient.cs(302,17): warning CS0472: The result of the expression is always 'false' since a value of type 'long' is never equal to 'null' of type 'long?'
|
Build for WebGL
/github/workspace/src/Reown.Sign/Runtime/SignClient.cs(323,17): warning CS0472: The result of the expression is always 'false' since a value of type 'long' is never equal to 'null' of type 'long?'
|
Build for WebGL
/github/workspace/src/Reown.Sign/Runtime/Models/Engine/AuthenticateResponse.cs(14,28): warning CS8618: Non-nullable field 'Responder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build for WebGL
/github/workspace/src/Reown.Sign/Runtime/Models/Engine/AuthParams.cs(41,16): warning CS8618: Non-nullable field 'Chains' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build for WebGL
/github/workspace/src/Reown.Sign/Runtime/Models/Engine/AuthParams.cs(41,16): warning CS8618: Non-nullable field 'Domain' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build for WebGL
/github/workspace/src/Reown.Sign/Runtime/Models/Engine/AuthParams.cs(41,16): warning CS8618: Non-nullable field 'Nonce' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Deploy to Vercel
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Deploy to Vercel
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Build-Android", "Build-StandaloneWindows64", "Build-WebGL".
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Build-Android
|
39.6 MB |
|
Build-StandaloneWindows64
|
116 MB |
|
Build-WebGL
|
12.4 MB |
|