Skip to content
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

[Xamarin.Android.Build.Tasks] remove Microsoft.AspNetCore.App.Runtime.linux workaround #6851

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

jonathanpeppers
Copy link
Member

Context: dotnet/sdk#19891

In 3f052b5, I added a workaround to exclude
Microsoft.AspNetCore.App.Runtime.linux packages from Android builds.
This was a problem where the android RID "inherited" from the
linux RID, and so we ended up with unintended packages restored.

This was fixed in dotnet/installer#12702, so
we should remove this workaround.

….linux workaround

Context: dotnet/sdk#19891

In 3f052b5, I added a workaround to exclude
`Microsoft.AspNetCore.App.Runtime.linux` packages from Android builds.
This was a problem where the `android` RID "inherited" from the
`linux` RID, and so we ended up with unintended packages restored.

This was fixed in dotnet/installer#12702, so
we should remove this workaround.
@dellis1972
Copy link
Contributor

The error is our old friend "java.util.zip.ZipException: invalid stored block lengths", it looks unrelated.

@dellis1972 dellis1972 merged commit 24e8120 into dotnet:main Mar 24, 2022
@jonathanpeppers jonathanpeppers deleted the RemoveAspNetWorkaround branch March 24, 2022 13:37
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants