SWI-5180 Update SDK Based on Recent Spec Changes #35
Annotations
1 error and 8 warnings
Run functional tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run functional tests:
src/Bandwidth.Standard/Api/MessagesApi.cs#L588
The result of the expression is always 'true' since a value of type 'MessageStatusEnum' is never equal to 'null' of type 'MessageStatusEnum?'
|
Run functional tests:
src/Bandwidth.Standard/Api/MessagesApi.cs#L592
The result of the expression is always 'true' since a value of type 'ListMessageDirectionEnum' is never equal to 'null' of type 'ListMessageDirectionEnum?'
|
Run functional tests:
src/Bandwidth.Standard/Api/MessagesApi.cs#L600
The result of the expression is always 'true' since a value of type 'MessageTypeEnum' is never equal to 'null' of type 'MessageTypeEnum?'
|
Run functional tests:
src/Bandwidth.Standard/Api/MessagesApi.cs#L757
The result of the expression is always 'true' since a value of type 'MessageStatusEnum' is never equal to 'null' of type 'MessageStatusEnum?'
|
Run functional tests:
src/Bandwidth.Standard/Api/MessagesApi.cs#L761
The result of the expression is always 'true' since a value of type 'ListMessageDirectionEnum' is never equal to 'null' of type 'ListMessageDirectionEnum?'
|
Run functional tests:
src/Bandwidth.Standard/Api/MessagesApi.cs#L769
The result of the expression is always 'true' since a value of type 'MessageTypeEnum' is never equal to 'null' of type 'MessageTypeEnum?'
|
Run functional tests:
src/Bandwidth.Standard.Test/Integration/MFAIntegrationTests.cs#L257
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
Loading