feat: 1-click auth #11
Annotations
10 warnings
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)
|
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)
|
src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs#L71
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
src/Reown.Core.Crypto/Runtime/Encoder/BaseX.cs#L140
Comparison to integral constant is useless; the constant is outside the range of type 'uint'
|
src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L82
'ProposedNamespace.ArrayEquals(string[], string[])': new protected member declared in sealed type
|
src/Reown.Sign/Runtime/Models/ProposedNamespace.cs#L87
'ProposedNamespace.Equals(ProposedNamespace)': new protected member declared in sealed type
|
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
|
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?'
|
src/Reown.Sign/Runtime/SignClient.cs#L318
The result of the expression is always 'false' since a value of type 'long' is never equal to 'null' of type 'long?'
|
src/Reown.Sign/Runtime/Models/Engine/AuthenticateResponse.cs#L11
Non-nullable field 'Responder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading