Commit df590d4
Add Essentials.ExternalBackend.UnitTests to Microsoft.Maui-dev.sln
Fixes the macOS Debug/Release build break introduced by the previous commit:
Microsoft.Maui-mac.slnf(1,1): error MSB4025: The project file could not
be loaded. Data at the root level is invalid. Line 1, position 1.
Microsoft.Maui-mac.slnf and Microsoft.Maui-windows.slnf both filter
Microsoft.Maui-dev.sln, not Microsoft.Maui.sln. The new test project was
only added to Microsoft.Maui.sln, so the filter referenced a project that
its backing solution did not contain. Reproduced locally as:
error MSB5028: Solution filter file at ".../Microsoft.Maui-mac.slnf"
includes project "src/Essentials/test/ExternalBackendTests/
Essentials.ExternalBackend.UnitTests.csproj" that is not in the solution
file at ".../Microsoft.Maui-dev.sln".
Add the project to Microsoft.Maui-dev.sln, and to Microsoft.Maui-vscode.sln
for consistency with Essentials.UnitTests, which is listed in all three
solutions.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 849a438 commit df590d4
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
379 | 381 | | |
380 | 382 | | |
381 | 383 | | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
382 | 388 | | |
383 | 389 | | |
384 | 390 | | |
| |||
705 | 711 | | |
706 | 712 | | |
707 | 713 | | |
| 714 | + | |
708 | 715 | | |
709 | 716 | | |
710 | 717 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
342 | 344 | | |
343 | 345 | | |
344 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
345 | 351 | | |
346 | 352 | | |
347 | 353 | | |
| |||
617 | 623 | | |
618 | 624 | | |
619 | 625 | | |
| 626 | + | |
620 | 627 | | |
621 | 628 | | |
622 | 629 | | |
| |||
0 commit comments