-
Notifications
You must be signed in to change notification settings - Fork 525
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
Revert impact of https://github.com/dotnet/corefx/issues/31098 by using WinHttpHandler #3307
Conversation
…ng WinHttpHandler
|
The API seems to be compatible for >=net46 only and we still have net45 :( |
I'm not sure if the build errors are related to this pr or if I was just unlucky. Some builds in the matrix are definitely green... |
It makes no sense that travis started to fail with this PR:
what the hell? |
Maybe because of the |
@@ -4,6 +4,7 @@ | |||
<TargetFramework>netstandard2.0</TargetFramework> | |||
<PaketCoreSourcesDir>..\Paket.Core</PaketCoreSourcesDir> | |||
<DefineConstants>NO_BOOTSTRAPPER;NO_CONFIGURATIONMANAGER;CUSTOM_WEBPROXY;$(DefineConstants)</DefineConstants> | |||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
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.
paket added this, maybe mono doesn't like that
Intesting. master seems to have the same problem now. So I guess I was unlucky again and something changed outside of this PR |
Ok:
|
In essence the netcore2.1 release broke some use-cases for fake 5 and paket (well the netcore version if it ever exists and Paket.Core) - this tries to restore the old behavior.
See https://github.com/dotnet/corefx/issues/31098
I noticed the following warnings after
paket install
(but they might have been there before that as I don't see any of those versions changed in this PR):