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

Allow redundant specification of MSBuild assemblies in inline tasks #5975

Merged
merged 12 commits into from
Dec 21, 2020

Conversation

rainersigwald
Copy link
Member

@rainersigwald rainersigwald commented Dec 16, 2020

Fixes #5822 by filtering out the default MSBuild assemblies from the UsingTask list.

9bfc622 is the real work but there were a bunch of refactorings to make that clear. I recommend going commit-by-commit.

@rainersigwald rainersigwald marked this pull request as ready for review December 16, 2020 22:34
Copy link
Contributor

@tmeschter tmeschter 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 fixing this!

src/Tasks/CodeTaskFactory.cs Show resolved Hide resolved
src/Tasks/CodeTaskFactory.cs Outdated Show resolved Hide resolved
@rainersigwald rainersigwald merged commit 0e8461c into dotnet:master Dec 21, 2020
@rainersigwald rainersigwald deleted the amd64-inline-tasks branch December 21, 2020 21:45
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.

CodeTaskFactory on amd64 MSBuild doesn't deduplicate references to MSBuild assemblies
4 participants