-
Notifications
You must be signed in to change notification settings - Fork 1
Ios fix missing method exception #2
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
base: master
Are you sure you want to change the base?
Conversation
- Set TLSMinimumSupportedProtocol based on ServicePointManager.SecurityProtocol on iOS
…meter, NSUrlSessionDelegate parameter is obsolete
Makefile
Outdated
package: ModernHttpClient.iOS64.dll ModernHttpClient.Android.dll ModernHttpClient.Portable.dll | ||
nuget pack | ||
mv modernhttpclient*.nupkg ./build/ | ||
mv modernhttpclient*.nupkg ~/.local/share/NuGet/Cache/ |
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.
should leave this as ./build/
mv modernhttpclient*.nupkg ~/.local/share/NuGet/Cache/ | |
mv modernhttpclient*.nupkg ./build/ |
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.
Reverted
Makefile
Outdated
$(MDTOOL) build -t:Clean ModernHttpClient.sln | ||
rm *.dll | ||
rm -rf build | ||
|
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.
great helper method, I don't think makefile should have dependancies on things like xmlstarlet
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.
I've removed the version-bump target
Removed minimumSSLProtocol parameter from NSUrlSessionHandler constructor
Set TLSMinimumSupportedProtocol on iOS based on SecurityProtocolType
Fix 'NSUrlSession.FromConfiguration(NSUrlSessionConfiguration, NSUrlSessionDelegate, NSOperationQueue)' is obsolete warning
Update makefile to store nuget packages in ~/.local/share/NuGet/Cache folder