Commit d0cb70a
authored
Allow MSBuildWarningsAsMessages with comma separation (#11522)
Fixes #7094
Context
We don't support NAT011,NAT012, when warnings with comma separation, the Warings are not suppressed.
Changes Made
Parse warning codes with comma separation and semicolon
Testing
MSBuildWarningsAsMessagesWithCommaSeparation()1 parent d047377 commit d0cb70a
File tree
2 files changed
+31
-1
lines changed- src
- Build.UnitTests
- Build/BackEnd/Components/RequestBuilder
2 files changed
+31
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
530 | 558 | | |
531 | 559 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1520 | 1520 | | |
1521 | 1521 | | |
1522 | 1522 | | |
1523 | | - | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
1524 | 1526 | | |
1525 | 1527 | | |
1526 | 1528 | | |
| |||
0 commit comments