[improvement] updated the way rate limits are saved #337
Annotations
1 error and 10 warnings
dotnet 6.0.x
Process completed with exit code 1.
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L298
'LastRequestInfo.RateLimitingCallsAllowed' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L299
'LastRequestInfo.RateLimitingCallsRemaining' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L300
'LastRequestInfo.RateLimitingTimeTillReset' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L301
'LastRequestInfo.RateLimitingCallsMade' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L298
'LastRequestInfo.RateLimitingCallsAllowed' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L299
'LastRequestInfo.RateLimitingCallsRemaining' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L300
'LastRequestInfo.RateLimitingTimeTillReset' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L301
'LastRequestInfo.RateLimitingCallsMade' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK.Tests/ApiRateLimitsTest.cs#L36
'LastRequestInfo.RateLimitingCallsRemaining' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK.Tests/ApiRateLimitsTest.cs#L37
'LastRequestInfo.RateLimitingTimeTillReset' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|