Skip to content

SWI-7182 Update SDK Based on Recent Spec Changes #106

SWI-7182 Update SDK Based on Recent Spec Changes

SWI-7182 Update SDK Based on Recent Spec Changes #106

Triggered via pull request February 18, 2025 20:56
@ckoegelckoegel
synchronize #138
SWI-7182
Status Success
Total duration 5m 34s
Artifacts

test-pr.yml

on: pull_request
Matrix: Test PR
Fit to window
Zoom out
Zoom in

Annotations

106 warnings
Test PR (ubuntu-24.04, 6.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (ubuntu-24.04, 6.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (ubuntu-24.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (ubuntu-24.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (ubuntu-24.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (ubuntu-24.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead.
Test PR (ubuntu-24.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead.
Test PR (ubuntu-24.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead.
Test PR (ubuntu-24.04, 7.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (ubuntu-24.04, 7.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (ubuntu-24.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (ubuntu-24.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (ubuntu-24.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (ubuntu-24.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-24.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-24.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-22.04, 8.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (ubuntu-22.04, 8.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (ubuntu-22.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (ubuntu-22.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (ubuntu-22.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (ubuntu-22.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-22.04, 8.0.x): 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)
Test PR (ubuntu-22.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-22.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-22.04, 7.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (ubuntu-22.04, 7.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (ubuntu-22.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (ubuntu-22.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (ubuntu-22.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (ubuntu-22.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-22.04, 7.0.x): 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)
Test PR (ubuntu-22.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-22.04, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-24.04, 8.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (ubuntu-24.04, 8.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (ubuntu-24.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (ubuntu-24.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (ubuntu-24.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (ubuntu-24.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-24.04, 8.0.x): 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)
Test PR (ubuntu-24.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-24.04, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-22.04, 6.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (ubuntu-22.04, 6.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (ubuntu-22.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (ubuntu-22.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (ubuntu-22.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (ubuntu-22.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-22.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (ubuntu-22.04, 6.0.x): 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)
Test PR (ubuntu-22.04, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2019, 6.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (windows-2019, 6.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (windows-2019, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (windows-2019, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (windows-2019, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (windows-2019, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2019, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2019, 6.0.x): 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)
Test PR (windows-2019, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2022, 6.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (windows-2022, 6.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (windows-2022, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (windows-2022, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (windows-2022, 6.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (windows-2022, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2022, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2022, 6.0.x): 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)
Test PR (windows-2022, 6.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2019, 8.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (windows-2019, 8.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (windows-2019, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (windows-2019, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (windows-2019, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (windows-2019, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2019, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2019, 8.0.x): 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)
Test PR (windows-2019, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2022, 7.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (windows-2022, 7.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (windows-2022, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (windows-2022, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (windows-2022, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (windows-2022, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2022, 7.0.x): 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)
Test PR (windows-2022, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2022, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2019, 7.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (windows-2019, 7.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (windows-2019, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (windows-2019, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (windows-2019, 7.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (windows-2019, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2019, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2019, 7.0.x): 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)
Test PR (windows-2019, 7.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2022, 8.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L460
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
Test PR (windows-2022, 8.0.x): src/Bandwidth.Standard/Client/ApiClient.cs#L542
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
Test PR (windows-2022, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L36
The field 'TollFreeVerificationApiTests.tfPhoneNumber' is assigned but its value is never used
Test PR (windows-2022, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L34
The field 'TollFreeVerificationApiTests.accountId' is assigned but its value is never used
Test PR (windows-2022, 8.0.x): src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs#L35
The field 'TollFreeVerificationApiTests.subscriptionId' is assigned but its value is never used
Test PR (windows-2022, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/VerificationDenialWebhookTests.cs#L135
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2022, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/TfvStatusTests.cs#L109
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)
Test PR (windows-2022, 8.0.x): 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)
Test PR (windows-2022, 8.0.x): src/Bandwidth.Standard.Test/Unit/Model/AdditionalDenialReasonTests.cs#L82
Do not use Assert.Equal() to check for boolean conditions. Use Assert.True instead. (https://xunit.net/xunit.analyzers/rules/xUnit2004)