codecov / codecov-exe

.exe report uploader for Codecov https://codecov.io
MIT License
25 stars 21 forks source link

Use .NET Core 2.1 WebClient instead of using PowerShell #48

Closed AdmiringWorm closed 5 years ago

ViktorHofer commented 5 years ago

I recommend to use HttpClient instead of the old WebClient.

AdmiringWorm commented 5 years ago

While that would probably be better in the long run, I opted to just converting the code used for powershell to .NET Core instead.

I may think of converting it to use HttpClient at some point in the future though.