-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[release/6.0] Don't lookup the pack without an alias from the workload #74155
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
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 tested this locally building this branch: dotnet/android#7265
Then locally this change:
<LatestRuntimeFrameworkVersion Condition="'%(KnownRuntimePack.TargetFramework)' == 'net6.0' and '%(KnownRuntimePack.RuntimePackLabels)' == 'Mono'">6.0.9</LatestRuntimeFrameworkVersion>
Allows Android projects to be able to restore again.
Previously, I was hitting:
Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error : NETSDKZZZZ: Error getting pack version: Pack 'Microsoft.NETCore.App.Runtime.Mono.android-arm' was not present in workload manifests.
Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error : NETSDKZZZZ: Error getting pack version: Pack 'Microsoft.NETCore.App.Runtime.Mono.android-arm64' was not present in workload manifests.
Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error : NETSDKZZZZ: Error getting pack version: Pack 'Microsoft.NETCore.App.Runtime.Mono.android-x86' was not present in workload manifests.
Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error : NETSDKZZZZ: Error getting pack version: Pack 'Microsoft.NETCore.App.Runtime.Mono.android-x64' was not present in workload manifests.
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.
approved. Adding @carlossanlop to know when to merge.
Tagging subscribers to this area: @directhex Issue DetailsThis doesn't work with aliasing
|
@carlossanlop the failure has nothing to do with the change, can we merge this asap? |
@lewing we are past code complete for September servicing. Let me ask if there is still runway. Otherwise, this will have to wait until next month. |
This is blocking 6.0.9 |
Thanks for the clarification. Merging now. |
This doesn't work with aliasing