-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Season support with extended season client #165
Season support with extended season client #165
Conversation
/// <inheritdoc/> | ||
public async System.Threading.Tasks.Task<Response99> GetSeasonExtendedWithTranslationsAsync(double id, System.Threading.CancellationToken cancellationToken = default) | ||
{ | ||
var client_ = _httpClient; |
Check notice
Code scanning / CodeQL
Missed 'using' opportunity Note
disposed
finally block
|
||
await PrepareRequestAsync(client_, request_, url_, cancellationToken).ConfigureAwait(false); | ||
|
||
var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); |
Check notice
Code scanning / CodeQL
Missed 'using' opportunity Note
disposed
finally block
/// </summary> | ||
public sealed partial class ExtendedSeasonClient : SeasonsClient, IExtendedSeasonClient | ||
{ | ||
private System.Net.Http.HttpClient _httpClient; |
Check notice
Code scanning / CodeQL
Missed 'readonly' opportunity Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hopefully it'll be fixed upstream one day
They haven't been responding to the github issues for the past few months. 🙃 |
extended from #154
🙃