[tests] Re-enable MAUI tests now that MAUI supports .NET 11. - #26491
[tests] Re-enable MAUI tests now that MAUI supports .NET 11.#26491rolfbjarne wants to merge 1 commit into
Conversation
Fixes #24416 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR re-enables previously disabled MAUI-related unit tests in tests/dotnet/UnitTests, based on the assumption that MAUI now loads correctly for .NET 11-targeting projects (per #24416).
Changes:
- Removed the
[Ignore]attribute fromBuildMauiApptest cases. - Removed the
[Ignore]attribute fromBuildMauiAppWithDeviceSpecificBuildstest cases.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| [TestCase (ApplePlatform.iOS, "ios-arm64")] | ||
| [TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64")] | ||
| public void BuildMauiApp (ApplePlatform platform, string runtimeIdentifiers) |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
🔥 [CI Build #803958d] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 2 tests failed, 258 tests passed. Failures❌ dotnettests tests (iOS)1 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ dotnettests tests (MacCatalyst)1 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download Successes✅ assembly-processing: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Sonoma (14): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
Fixes #24416