v14.2.0 #50
Annotations
7 warnings
|
Deploy SDK to NuGet:
src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
|
|
Deploy SDK to NuGet:
src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
|
|
Deploy SDK to NuGet:
src/Bandwidth.Standard.Test/Unit/Model/VerificationRequestTests.cs#L261
Do not use Assert.Equal() to check for boolean conditions. Use Assert.False instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
|
|
Deploy SDK to NuGet:
src/Bandwidth.Standard.Test/Unit/Model/VerificationUpdateRequestTests.cs#L250
Do not use Assert.Equal() to check for boolean conditions. Use Assert.False instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
|
|
Deploy SDK to NuGet:
src/Bandwidth.Standard.Test/Smoke/MFAIntegrationTests.cs#L257
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
|
Deploy SDK to NuGet:
src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
|
|
Deploy SDK to NuGet:
src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
|