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

Only use semi-colons for NoWarn - fixes build break #6935

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Jan 3, 2024

Turns out that using a mix of semi-colons and commas doesn't work correctly. The NoWarn value I added for NETSDK1206 was being ignored due to the way this property was split.

Fix this by standardizing on ;

@ericstj
Copy link
Member Author

ericstj commented Jan 3, 2024

So the bug here is that MSBuild only permits ;, whereas the compiler permits both , and ;. dotnet/msbuild#7094 tracks fixing this.

@ericstj ericstj merged commit 373a864 into dotnet:main Jan 3, 2024
23 of 25 checks passed
@ericstj
Copy link
Member Author

ericstj commented Jan 3, 2024

Merging without review to unblock the rolling build

@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
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.

1 participant