Skip to content

[release/6.0] Fix Xamarin assembly names in HttpClientHandler - #64391

Merged
safern merged 1 commit into
release/6.0from
backport/pr-64385-to-release/6.0
Feb 7, 2022
Merged

[release/6.0] Fix Xamarin assembly names in HttpClientHandler#64391
safern merged 1 commit into
release/6.0from
backport/pr-64385-to-release/6.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jan 27, 2022

Copy link
Copy Markdown
Contributor

Backport of #64385 to release/6.0

/cc @akoeplinger

Customer Impact

The iOS SDK team is renaming their assemblies from Xamarin.* to Microsoft.*. We use reflection in runtime to call into the iOS http handlers, so we need to change our reference to the assembly names as well.

Testing

Manual testing with a MAUI app and an updated runtime

Risk

Low

@ghostghost added the area-System.Net label Jan 27, 2022
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #64385 to release/6.0

/cc @akoeplinger

Customer Impact

Testing

Risk

Author:github-actions[bot]
Assignees:-
Labels:

area-System.Net

Milestone:-

@akoeplingerakoeplinger added the Servicing-consider Issue for next servicing release review label Jan 27, 2022
@akoeplingerakoeplinger added this to the 6.0.3 milestone Jan 27, 2022
@ghost

ghost commented Feb 1, 2022

Copy link
Copy Markdown

Tagging subscribers to 'arch-android': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #64385 to release/6.0

/cc @akoeplinger

Customer Impact

The iOS SDK team is renaming their assemblies from Xamarin.* to Microsoft.*. We use reflection in runtime to call into the iOS http handlers, so we need to change our reference to the assembly names as well.

Testing

Manual testing with a MAUI app and an updated runtime

Risk

Low

Author:github-actions[bot]
Assignees:-
Labels:

Servicing-consider, area-System.Net, os-android

Milestone:6.0.3

@akoeplingerakoeplinger added os-ios Apple iOS and removed os-android labels Feb 1, 2022
@ghost

ghost commented Feb 1, 2022

Copy link
Copy Markdown

Tagging subscribers to 'os-ios': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #64385 to release/6.0

/cc @akoeplinger

Customer Impact

The iOS SDK team is renaming their assemblies from Xamarin.* to Microsoft.*. We use reflection in runtime to call into the iOS http handlers, so we need to change our reference to the assembly names as well.

Testing

Manual testing with a MAUI app and an updated runtime

Risk

Low

Author:github-actions[bot]
Assignees:-
Labels:

Servicing-consider, area-System.Net, os-ios

Milestone:6.0.3

@steveisok
steveisok self-requested a review February 1, 2022 16:35
@marek-safarmarek-safar modified the milestones: 6.0.3, 6.0.xFeb 1, 2022
@leecowleecow added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Feb 1, 2022
@leecowleecow modified the milestones: 6.0.x, 6.0.3Feb 1, 2022
@safern
safern merged commit 7ff14a3 into release/6.0Feb 7, 2022
@safern
safern deleted the backport/pr-64385-to-release/6.0 branch February 7, 2022 19:26
@ghostghost locked as resolved and limited conversation to collaborators Mar 10, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Netos-iosApple iOSServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@steveisok@marek-safar@akoeplinger@leecow@karelz@safern