fix: improve GetNonce method in C#, Swift and php, and add some test code #271
Annotations
10 errors and 5 warnings
csharp/core/Common.cs#L33
Operator '-' cannot be applied to operands of type 'DateTime' and 'long'
|
csharp/core/Common.cs#L137
'DateTimeOffset' does not contain a definition for 'ToUnixTimeMilliseconds' and no accessible extension method 'ToUnixTimeMilliseconds' accepting a first argument of type 'DateTimeOffset' could be found (are you missing a using directive or an assembly reference?)
|
csharp/core/Common.cs#L138
The name 'seqId' does not exist in the current context
|
csharp/core/Common.cs#L139
'Random' does not contain a definition for 'NextInt64' and no accessible extension method 'NextInt64' accepting a first argument of type 'Random' could be found (are you missing a using directive or an assembly reference?)
|
csharp/core/Common.cs#L33
Operator '-' cannot be applied to operands of type 'DateTime' and 'long'
|
csharp/core/Common.cs#L138
The name 'seqId' does not exist in the current context
|
csharp/core/Common.cs#L139
'Random' does not contain a definition for 'NextInt64' and no accessible extension method 'NextInt64' accepting a first argument of type 'Random' could be found (are you missing a using directive or an assembly reference?)
|
csharp/core/Common.cs#L33
Operator '-' cannot be applied to operands of type 'DateTime' and 'long'
|
csharp/core/Common.cs#L137
'DateTimeOffset' does not contain a definition for 'ToUnixTimeMilliseconds' and no accessible extension method 'ToUnixTimeMilliseconds' accepting a first argument of type 'DateTimeOffset' could be found (are you missing a using directive or an assembly reference?)
|
csharp/core/Common.cs#L138
The name 'seqId' does not exist in the current context
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
csharp/core/Common.cs#L28
The field 'Common._seqId' is assigned but its value is never used
|
csharp/core/Common.cs#L28
The field 'Common._seqId' is assigned but its value is never used
|
csharp/core/Common.cs#L28
The field 'Common._seqId' is assigned but its value is never used
|
csharp/core/Common.cs#L28
The field 'Common._seqId' is assigned but its value is never used
|
The logs for this run have expired and are no longer available.
Loading