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

Add features to MSBuild SDK Resolver interface to support optional SDK workloads #5239

Closed
dsplaisted opened this issue Apr 6, 2020 · 0 comments · Fixed by #5269
Closed
Assignees
Labels
Milestone

Comments

@dsplaisted
Copy link
Member

dsplaisted commented Apr 6, 2020

Workloads overview spec

Implementation details: Workload resolution in MSBuild

We will update the SDK Resolver interface so that the result can:

  • Return any number of SDK paths (zero, one, or many). It will be possible to return a successful result that returns no SDK paths.
  • Return MSBuild items and properties to add to the evaluation result
@dsplaisted dsplaisted self-assigned this Apr 6, 2020
dsplaisted added a commit to dsplaisted/msbuild that referenced this issue Apr 11, 2020
- Return any number of paths (zero, one, or many) in a successful result
- Return MSBuild items and properties to add to the evaluation result

Resolves dotnet#5239
@marcpopMSFT marcpopMSFT added this to the .NET 5 milestone Apr 15, 2020
@AR-May AR-May added the triaged label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants