Commit 56aaeb6
Add Core.ExternalBackend to Microsoft.Maui-dev.sln
The macOS CI legs build Microsoft.Maui-mac.slnf, and both solution filters
resolve against Microsoft.Maui-dev.sln - not Microsoft.Maui.sln, which is what
the Windows leg builds and what the new test project was added to.
Listing the project in the filters without adding it to the filtered solution
made solution load fail before restore:
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.
Reproduced locally, where MSBuild reports the underlying cause directly:
error MSB5028: Solution filter file at ".../Microsoft.Maui-mac.slnf" includes
project "src/Core/tests/ExternalBackend/Core.ExternalBackend.csproj" that is
not in the solution file at ".../Microsoft.Maui-dev.sln".
Adds the project to Microsoft.Maui-dev.sln under the same test solution folder
as Core.UnitTests. Both filters and both solutions now load cleanly.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 367520b commit 56aaeb6
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
309 | 311 | | |
310 | 312 | | |
311 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
312 | 318 | | |
313 | 319 | | |
314 | 320 | | |
| |||
679 | 685 | | |
680 | 686 | | |
681 | 687 | | |
| 688 | + | |
682 | 689 | | |
683 | 690 | | |
684 | 691 | | |
| |||
0 commit comments