Skip to content

feat: point test to not deprecated method #498

feat: point test to not deprecated method

feat: point test to not deprecated method #498

Triggered via push August 2, 2024 10:59
Status Success
Total duration 1m 56s
Artifacts 1

build.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

34 warnings
build (6.0.x, net6.0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (6.0.x, net6.0): src/Sinch/Core/Http.cs#L89
Cannot convert null literal to non-nullable reference type.
build (6.0.x, net6.0): src/Sinch/Core/Http.cs#L210
Dereference of a possibly null reference.
build (6.0.x, net6.0): src/Sinch/Core/Http.cs#L89
Cannot convert null literal to non-nullable reference type.
build (6.0.x, net6.0): src/Sinch/Core/Http.cs#L210
Dereference of a possibly null reference.
build (6.0.x, net6.0): src/Sinch/Core/Http.cs#L89
Cannot convert null literal to non-nullable reference type.
build (6.0.x, net6.0): src/Sinch/Core/Http.cs#L210
Dereference of a possibly null reference.
build (6.0.x, net6.0): tests/Sinch.Tests/Numbers/ActiveNumberTests.cs#L27
'ISinchNumbersActive.Get(string, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.Get instead.'
build (6.0.x, net6.0): tests/Sinch.Tests/Numbers/AvailableNumbersTests.cs#L42
'ISinchNumbersAvailable.Rent(string, RentActiveNumberRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.Rent instead.'
build (6.0.x, net6.0): tests/Sinch.Tests/Numbers/ActiveNumberTests.cs#L50
'ISinchNumbersActive.List(ListActiveNumbersRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.List instead.'
build (6.0.x, net6.0): tests/Sinch.Tests/Numbers/AvailableNumbersTests.cs#L73
'ISinchNumbersAvailable.RentAny(RentAnyNumberRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.RentAny instead.'
build (8.0.x, net8.0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (8.0.x, net8.0): src/Sinch/Core/Http.cs#L89
Cannot convert null literal to non-nullable reference type.
build (8.0.x, net8.0): src/Sinch/Core/Http.cs#L210
Dereference of a possibly null reference.
build (8.0.x, net8.0): src/Sinch/Core/Http.cs#L89
Cannot convert null literal to non-nullable reference type.
build (8.0.x, net8.0): src/Sinch/Core/Http.cs#L210
Dereference of a possibly null reference.
build (8.0.x, net8.0): src/Sinch/Core/Http.cs#L89
Cannot convert null literal to non-nullable reference type.
build (8.0.x, net8.0): src/Sinch/Core/Http.cs#L210
Dereference of a possibly null reference.
build (8.0.x, net8.0): examples/Console/RentAndConfigureNumbers.cs#L13
'ISinchNumbersAvailable.Rent(string, RentActiveNumberRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.Rent instead.'
build (8.0.x, net8.0): examples/Console/ListActiveNumbers.cs#L15
'ISinchNumbersActive.List(ListActiveNumbersRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.List instead.'
build (8.0.x, net8.0): tests/Sinch.Tests/Numbers/AvailableNumbersTests.cs#L42
'ISinchNumbersAvailable.Rent(string, RentActiveNumberRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.Rent instead.'
build (8.0.x, net8.0): tests/Sinch.Tests/Numbers/AvailableNumbersTests.cs#L73
'ISinchNumbersAvailable.RentAny(RentAnyNumberRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.RentAny instead.'
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "package". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
build (7.0.x, net7.0)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (7.0.x, net7.0): src/Sinch/Core/Http.cs#L89
Cannot convert null literal to non-nullable reference type.
build (7.0.x, net7.0): src/Sinch/Core/Http.cs#L210
Dereference of a possibly null reference.
build (7.0.x, net7.0): src/Sinch/Core/Http.cs#L89
Cannot convert null literal to non-nullable reference type.
build (7.0.x, net7.0): src/Sinch/Core/Http.cs#L210
Dereference of a possibly null reference.
build (7.0.x, net7.0): src/Sinch/Core/Http.cs#L89
Cannot convert null literal to non-nullable reference type.
build (7.0.x, net7.0): src/Sinch/Core/Http.cs#L210
Dereference of a possibly null reference.
build (7.0.x, net7.0): tests/Sinch.Tests/Numbers/ActiveNumberTests.cs#L27
'ISinchNumbersActive.Get(string, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.Get instead.'
build (7.0.x, net7.0): tests/Sinch.Tests/Numbers/AvailableNumbersTests.cs#L42
'ISinchNumbersAvailable.Rent(string, RentActiveNumberRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.Rent instead.'
build (7.0.x, net7.0): tests/Sinch.Tests/Numbers/ActiveNumberTests.cs#L50
'ISinchNumbersActive.List(ListActiveNumbersRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.List instead.'
build (7.0.x, net7.0): tests/Sinch.Tests/Numbers/AvailableNumbersTests.cs#L73
'ISinchNumbersAvailable.RentAny(RentAnyNumberRequest, CancellationToken)' is obsolete: 'This method is obsolete, use ISinchNumbers.RentAny instead.'

Artifacts

Produced during runtime
Name Size
package
710 KB