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

Expose the UseLocalTargetingRuntimePack property #53290

Merged
merged 2 commits into from
May 26, 2021
Merged

Conversation

ViktorHofer
Copy link
Member

and use it in the Microsoft.NETCore.Platforms package to avoid a dependency on the live built targeting and runtime pack / shared framework.

and use it in the Microsoft.NETCore.Platforms package to avoid a dependency on the live built targeting and runtime pack / shared framework.
@ghost
Copy link

ghost commented May 26, 2021

Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

Issue Details

and use it in the Microsoft.NETCore.Platforms package to avoid a dependency on the live built targeting and runtime pack / shared framework.

Author: ViktorHofer
Assignees: ViktorHofer
Labels:

area-Infrastructure-libraries

Milestone: 6.0.0

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

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

I've performed a clean built of #53231 and confirmed that this PR is solving the problem I've hit. Big thanks @ViktorHofer !

@adamsitnik
Copy link
Member

The CI failures are caused by #53010 and some HTTPS certificate issues that I can see in other PRs as well (https://github.com/dotnet/runtime/pull/53294/checks?check_run_id=2677763699). Since this is blocking me, I am going to merge it now. Thanks!

@adamsitnik adamsitnik merged commit 1883505 into main May 26, 2021
@adamsitnik adamsitnik deleted the ViktorHofer-patch-1 branch May 26, 2021 17:57
Copy link
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

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

Thanks for the fix. Only comment here is on the user experience. The project ends up setting two different things that say "I'm a tool running on tool runtime" NetCoreAppToolCurrent and UseLocalTargetingRuntimePack. Ideally it could be communicated in a common way, and done in the same way as other projects that have a similar requirement.

@ghost ghost locked as resolved and limited conversation to collaborators Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants