[templates] Update test templates to MSTest 4.3.2#26060
[templates] Update test templates to MSTest 4.3.2#26060jonathanpeppers wants to merge 2 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 90826301-cf2a-4405-aa6e-feab4a579bfa
There was a problem hiding this comment.
Pull request overview
Updates the Apple-platform test project templates to use MSTest 4.3.2, aligning macios templates with the corresponding version bump in dotnet/android.
Changes:
- Bump the
MSTestNuGet package reference from4.2.1to4.3.2in iOS, tvOS, macOS, and Mac Catalyst test templates.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| dotnet/Templates/Microsoft.tvOS.Templates/tvostest/csharp/tvOSTest1.csproj | Update MSTest package version to 4.3.2 for tvOS test template. |
| dotnet/Templates/Microsoft.macOS.Templates/macostest/csharp/macOSTest1.csproj | Update MSTest package version to 4.3.2 for macOS test template. |
| dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalysttest/csharp/MacCatalystTest1.csproj | Update MSTest package version to 4.3.2 for Mac Catalyst test template. |
| dotnet/Templates/Microsoft.iOS.Templates/iostest/csharp/iOSTest1.csproj | Update MSTest package version to 4.3.2 for iOS test template. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
I'll have a look at the test failures, they're unrelated. |
This comment has been minimized.
This comment has been minimized.
✅ 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 #3d685a7] Test results 🔥Test results❌ Tests failed on VSTS: test results 3 tests crashed, 0 tests failed, 231 tests passed. Failures❌ dotnettests tests (MacCatalyst)🔥 Failed catastrophically on VSTS: test results - dotnettests_maccatalyst (no summary found). Html Report (VSDrops) Download ❌ dotnettests tests (Multiple platforms)🔥 Failed catastrophically on VSTS: test results - dotnettests_multiple (no summary found). Html Report (VSDrops) Download ❌ monotouch tests (MacCatalyst)🔥 Failed catastrophically on VSTS: test results - monotouch_maccatalyst (no summary found). 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 |
Updates the iOS, tvOS, macOS, and Mac Catalyst test templates from MSTest 4.2.1 to 4.3.2, matching dotnet/android#12052.