Wagnerp / Windows-API-CodePack-NET

MIT License
23 stars 4 forks source link

Useless System.Net.Http #16

Closed SharpDevSa closed 3 hours ago

SharpDevSa commented 3 days ago

What is the point to use System.Net.Http for this project? When you try to install this project from Nuget, it looks suspicious and asks you about this dependency that should be out of this library.

So, I think it is better to remove it from the project.

Wagnerp commented 2 days ago

What is the point to use System.Net.Http for this project? When you try to install this project from Nuget, it looks suspicious and asks you about this dependency that should be out of this library.

So, I think it is better to remove it from the project.

Hi @SharpDevSa

Is this a unused dependency, or is it in a file somewhere?

SharpDevSa commented 4 hours ago

Yes, it is an unused package dependency that leads to the following dependencies in your project https://www.nuget.org/packages/WindowsAPICodePack/

So, if you remove it from

ExtendedLinguisticServices.csproj

Sensors.csproj

TestApp.csproj

Core.csproj

your project no longer has the following dependencies and will look much better.

Wagnerp commented 2 hours ago

Hi @SharpDevSa

This has now been fixed in 8.0.5