Use RequestAsync directly #1657
ci.yml
on: pull_request
Build and test
1m 53s
Publish
0s
Annotations
10 errors and 4 warnings
Build and test:
src/Stripe.net/Services/SourceTransactions/SourceTransactionService.cs#L24
'ServiceNested<SourceTransaction>.ListNestedEntities(string, ListOptions, RequestOptions)' is obsolete: 'Use the `RequestAsync` method instead.'
|
Build and test:
src/Stripe.net/Services/SourceTransactions/SourceTransactionService.cs#L29
'ServiceNested<SourceTransaction>.ListNestedEntitiesAsync(string, ListOptions, RequestOptions, CancellationToken)' is obsolete: 'Use the `RequestAsync` method instead.'
|
Build and test:
src/Stripe.net/Services/SourceTransactions/SourceTransactionService.cs#L34
'ServiceNested<SourceTransaction>.ListNestedEntitiesAutoPaging(string, ListOptions, RequestOptions)' is obsolete: 'Use the `ListRequestAutoPaging` method instead.'
|
Build and test:
src/Stripe.net/Services/SourceTransactions/SourceTransactionService.cs#L39
'ServiceNested<SourceTransaction>.ListNestedEntitiesAutoPagingAsync(string, ListOptions, RequestOptions, CancellationToken)' is obsolete: 'Use the `ListRequestAutoPagingAsync` method instead.'
|
Build and test:
src/Stripe.net/Services/Cards/CardService.cs#L29
'ServiceNested<Card>.CreateNestedEntity(string, BaseOptions, RequestOptions)' is obsolete: 'Use the `Request` method instead.'
|
Build and test:
src/Stripe.net/Services/Cards/CardService.cs#L34
'ServiceNested<Card>.CreateNestedEntityAsync(string, BaseOptions, RequestOptions, CancellationToken)' is obsolete: 'Use the `RequestAsync` method instead.'
|
Build and test:
src/Stripe.net/Services/Cards/CardService.cs#L39
'ServiceNested<Card>.DeleteNestedEntity(string, string, BaseOptions, RequestOptions)' is obsolete: 'Use the `Request` method instead.'
|
Build and test:
src/Stripe.net/Services/Cards/CardService.cs#L44
'ServiceNested<Card>.DeleteNestedEntityAsync(string, string, BaseOptions, RequestOptions, CancellationToken)' is obsolete: 'Use the `RequestAsync` method instead.'
|
Build and test:
src/Stripe.net/Services/Cards/CardService.cs#L49
'ServiceNested<Card>.GetNestedEntity(string, string, BaseOptions, RequestOptions)' is obsolete: 'Use the `Request` method instead.'
|
Build and test:
src/Stripe.net/Services/Cards/CardService.cs#L54
'ServiceNested<Card>.GetNestedEntityAsync(string, string, BaseOptions, RequestOptions, CancellationToken)' is obsolete: 'Use the `RequestAsync` method instead.'
|
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and test
.NET Core 2.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build and test
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build and test
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|