alexrainman / ModernHttpClient

ModernHttpClient
MIT License
126 stars 27 forks source link

Not sure quite how to build the project #53

Closed codingJWilliams closed 4 years ago

codingJWilliams commented 4 years ago

Hello,

Forgive me, C# novice trying to add functionality to another application, however was hitting into issue #41 I have cloned the project in Visual Studio 2019, modified the OkHttpNetworkHandler.cs file, and built the changes, however I'm not quite sure how to include it in another Visual Studio Xamarin project (specifically https://github.com/bitwarden/mobile) - usually I would add packages through Manage NuGet Packages however I cannot do that here due to the fact that my modified version is not on NuGet. Once I've verified my changes resolve the issue with subject alternative names not being matched, I will PR them here :)

Thanks, Jay

alexrainman commented 4 years ago

Just reference the modernhttpclient project on each of your platform specific projects.