-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Improve MSB4019 to include unevaluated path #10333
Copy link
Copy link
Closed
Labels
Area: DebuggabilityIssues impacting the diagnosability of builds, including logging and clearer error messages.Issues impacting the diagnosability of builds, including logging and clearer error messages.Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasebackloghelp wantedIssues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.triaged
Metadata
Metadata
Assignees
Labels
Area: DebuggabilityIssues impacting the diagnosability of builds, including logging and clearer error messages.Issues impacting the diagnosability of builds, including logging and clearer error messages.Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasebackloghelp wantedIssues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.triaged
Type
Fields
Give feedbackNo fields configured for issues without a type.
Example -- I got this
this originates from this line in the .vcxproj:
It would be useful to know that
$(VCTargetsPath)is evaluating to empty. It takes me a little closer to the problem.At the point that MSB4019 is emitted, can it access the unevaluated value of the attribute, and include that in the message?