Skip to content

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
@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