Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

[release/2.0.0] Move condition to itemgroup to workaround XBuild bug #487

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Sep 8, 2017

See dotnet/core#862

XBuild will null-ref when it tries to evaluate metadata on this Reference item,
even when the condition on the item is false. Avoid this by moving
the condition to the ItemGroup.

Port of 969ce9a

See dotnet/core#862

XBuild will null-ref when it tries to evaluate metadata on this Reference item,
even when the condition on the item is false.  Avoid this by moving
the condition to the ItemGroup.
@ericstj ericstj requested a review from weshaggard September 8, 2017 00:50
@ericstj ericstj added this to the .NET Standard 2.0 milestone Sep 8, 2017
@ericstj ericstj merged commit ca46b35 into dotnet:release/2.0.0 Sep 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants