Merged
Conversation
Support mac http handlers. It is important to note that Xamarin.Mac and Xamarin.iOS NSURLSessionHander are in different namespaces.
* Copy Http Content headers to the destination stream in compression handler. * Ensure headers are not empty. * Ensure that compressed data is the same as decompressed data. Co-authored-by: George <gendungu@microsoft.com>
Fix preview increment
This seems to be the only implementation of a RequestBuilder which doesn't have its corresponding interface
* Fix exception thrown when not specifying slice size * Update csproj * Fix indentation
* Add CAE support to the core library * Make the CAEAuthprovider class internal * Add null check for authenticationProviderOption Co-authored-by: Peter Ombwa <peter.ombwa@microsoft.com> Co-authored-by: Peter Ombwa <peter.ombwa@microsoft.com>
Contributor
Author
|
@MIchaelMainer I do not intend to create a release once this PR is merged since this PR just takes the straightforward changes from dev. |
MIchaelMainer
approved these changes
Dec 7, 2020
Contributor
Author
Closed
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR syncs changes made in the dev branch to the feature/2.0 by cherrypicking relevant commits to the dev branch since the last sync (i.e 1.20.0 release)
The relevant PRs/commits include
Exceptions