Skip to content
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

Issue #74 #75

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Issue #74 #75

wants to merge 6 commits into from

Conversation

staviloglu
Copy link

@sotuzun
Copy link
Contributor

sotuzun commented Feb 8, 2018

Teşekkürler, PR'ı inceledikten sonra geri dönüş yapacağız.

- Async metodlara ConfigureAwait(false) eklendi.
@enisn
Copy link

enisn commented Apr 19, 2019

Bu kadar faydalı bir Pull Request neden hala beklemede anlamış değilim.En azından farklı bir branch'e merge edilip alternatif bir release oluşturulabilir.

Projenin şu anki hali sanki .Net tecrübesi olmayan bir java developer tarafından yazılmış bir kütüphane gibi görünüyor. Anlaşılması zor, kullanılması daha zor. Developer friendly değil maalesef.

return new RestHttpClient();
var httpMessage = new HttpRequestMessage(HttpMethod.Get, url);

HttpResponseMessage httpResponseMessage = await _httpClient.GetAsync(url).ConfigureAwait(false);
Copy link

@enisn enisn Apr 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HttpResponseMessage can be disposed after usage.

It can be moved into using statement

@bugrakosen
Copy link

PR'ın onaylanmasını bekleyen arkadaşlar, bu değişikliklerin ve performans optimizasyonlarının yapıldığı forkumu inceleyebilirsiniz. .Net 6 ile kullanımını da ekledim. Umarım yardımcı olur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants