Skip to content

v14.2.0

v14.2.0 #50

Triggered via release September 9, 2025 18:06
@ckoegelckoegel
published v14.2.0
Status Success
Total duration 1m 4s
Artifacts

deploy.yml

on: release
Deploy SDK to NuGet
1m 0s
Deploy SDK to NuGet
Fit to window
Zoom out
Zoom in

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.'