[tests] Fix Xamarin.Android-Tests solution#12009
Merged
Merged
Conversation
Update Xamarin.Android-Tests.sln to reference current .NET test projects and remove stale legacy Mono test metadata. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns the Xamarin.Android-Tests.sln and related references with the current .NET-based test/sample projects, while removing stale legacy test artifacts and updating documentation accordingly.
Changes:
- Refresh
Xamarin.Android-Tests.slnto reference current.NETtest/sample projects and drop legacy solution entries. - Update remaining test assets/docs to use the
Mono.Android.NET_Testspackage /Mono.Android.NET-Testsassembly naming. - Remove obsolete APK-size CSV reference baselines and stale TPN skill metadata.
Show a summary per file
| File | Description |
|---|---|
| Xamarin.Android-Tests.sln | Updates solution contents and organization to current test/sample projects. |
| tests/Mono.Android-Tests/Mono.Android-Tests/Resources/layout/FragmentFixup.axml | Updates fragment assembly qualification to Mono.Android.NET-Tests. |
| tests/apk-sizes-reference/TestResult-Mono.Android_TestsMultiDex-values-Release.csv | Removes obsolete APK-size CSV reference baseline. |
| tests/apk-sizes-reference/TestResult-Mono.Android_TestsMultiDex-values-Debug.csv | Removes obsolete APK-size CSV reference baseline. |
| tests/apk-sizes-reference/TestResult-Mono.Android_Tests-values-Release.csv | Removes obsolete APK-size CSV reference baseline. |
| tests/apk-sizes-reference/TestResult-Mono.Android_Tests-values-Debug.csv | Removes obsolete APK-size CSV reference baseline. |
| src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Tasks/GetDependenciesTests.cs | Updates manifest package name used by the test. |
| src/Mono.Android/Properties/AssemblyInfo.cs.in | Removes IVTs for legacy test assemblies; keeps current test IVT. |
| Documentation/workflow/UnitTests.md | Updates guidance for Layout CodeBehind testing location/approach. |
| Documentation/workflow/DevelopmentTips.md | Updates package name and referenced test project path. |
| Documentation/guides/vscode-support.md | Updates default sample project path to HelloWorld.DotNet. |
| Documentation/guides/profiling.md | Updates example paths to *.DotNet.csproj sample projects. |
| build-tools/Xamarin.Android.Tools.BootstrapTasks/Xamarin.Android.Tools.BootstrapTasks/RenameTestCases.cs | Refreshes example paths to the current test naming. |
| .github/skills/update-tpn/SKILL.md | Removes stale NUnitLite/ TPN entry. |
Copilot's findings
- Files reviewed: 14/14 changed files
- Comments generated: 2
Rename nested solution folders to avoid duplicate names in Solution Explorer. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace the legacy solution file with the SDK-generated .slnx format and update the Windows build instructions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jonathanpeppers
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Xamarin.Android-Tests.slnwithXamarin.Android-Tests.slnxgenerated bydotnet sln Xamarin.Android-Tests.sln migrate.NETtest/sample projects and remove stale legacy Mono test metadataTesting
dotnet sln Xamarin.Android-Tests.slnx listgit diff --checkdotnet build Xamarin.Android-Tests.slnx -c Debug --no-restore /v:minimal; stale missing-project and CodeBehind placeholder failures are gone, remaining failures require prepared local SDK/restored assets