-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Rationalize behavior of TestItemsWithUnexpandableMetadata
#6518
Labels
Comments
KirillOsenkov
added a commit
that referenced
this issue
Jun 4, 2021
Filed #6518 to clarify the expected behavior.
KirillOsenkov
changed the title
Rationalize behavior of unexpandable metadata
Rationalize behavior of Jun 4, 2021
TestItemsWithUnexpandableMetadata
On main branch, here's how it gets to an invalid file char exception:
|
Then the exception bubbles up to here:
|
On |
KirillOsenkov
added a commit
that referenced
this issue
Jun 8, 2021
Filed #6518 to clarify the expected behavior.
KirillOsenkov
added a commit
that referenced
this issue
Jun 8, 2021
Issue #6518 is tracking. More work is needed to understand the desired behavior of the system under test and then fix the test to test the desired behavior.
KirillOsenkov
added a commit
that referenced
this issue
Jun 15, 2021
Issue #6518 is tracking. More work is needed to understand the desired behavior of the system under test and then fix the test to test the desired behavior.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reenable the test
TestItemsWithUnexpandableMetadata
msbuild/src/Build.UnitTests/ConsoleLogger_Tests.cs
Line 324 in 46b723b
Build this project:
The diag console logger currently prints:
The logger in unit-test
TestItemsWithUnexpandableMetadata
currently prints:And I don't know why, nor do I know which behavior is better.
The text was updated successfully, but these errors were encountered: