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

Don't infer UseMonoRuntime based on the RID #16909

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

akoeplinger
Copy link
Member

It is problematic when the RID is set in the .csproj, or when using RuntimeIdentifier_s_.
We will require workloads to explicitly opt-in to the Mono runtime packs.

It is problematic when the RID is set in the .csproj, or when using RuntimeIdentifier_s_.
We will require workloads to explicitly opt-in to the Mono runtime packs.
@dotnet-issue-labeler
Copy link

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.

Copy link
Contributor

@pranavkm pranavkm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@dsplaisted dsplaisted left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Redth @jonathanpeppers The ios and android workloads may need to set UseMonoRuntime in response to this.

@akoeplinger akoeplinger merged commit 451187a into dotnet:main Apr 15, 2021
@akoeplinger akoeplinger deleted the reference-mono-rid branch April 15, 2021 08:22
@akoeplinger
Copy link
Member Author

Yup I've talked to @pjcollins about it and the changes are in progress in XA/XI.

@jonathanpeppers
Copy link
Member

akoeplinger added a commit to dotnet/runtime that referenced this pull request Jun 10, 2021
ViktorHofer added a commit to dotnet/runtime that referenced this pull request Jun 11, 2021
* Update dotnet SDK to 6.0 Preview 4

Update the minimum and target version of the SDK to 6.0 Preview 4.

Part of #53411

* Switch to using eng/targetingpacks.targets for redirecting runtime pack location in src/mono/sample

* Fix binder tracing tests

* Set UseMonoRuntime property so the dotnet SDK can pull the mono runtime packs

This is necessary after the changes from dotnet/sdk#16909.

* Move UseMonoRuntimeProperty and set it to false in coreclr

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Co-authored-by: Elinor Fung <elfung@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants