Added a README with details about how to compile the manual tests#31373
Added a README with details about how to compile the manual tests#31373jfversluis merged 5 commits intonet10.0from
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive documentation for the MAUI Manual Tests project, providing detailed instructions on how to compile the project using three different approaches: source code references, workloads, and NuGet packages. The documentation serves as a complete guide for developers working with manual tests in different development scenarios.
| ``` | ||
|
|
||
| ### Project Configuration for Nightly Builds | ||
| Navigate to the Microsoft.Maui.Controls package on the nightly feed (or use tools like NuGet Package Explorer or browse the feed's index) to find the latest version (e.g., 8.0.0-nightly.8832+sha.feb791fc7-azdo.8163102). Open the .csproj for the project being tested and replace the package versions for Microsoft.Maui.Controls and Microsoft.Maui.Controls.Compatibility: |
There was a problem hiding this comment.
[nitpick] This instruction suggests manually editing the .csproj file, but earlier sections show using MSBuild properties. Consider clarifying that this is an alternative approach and mention the preferred method (MSBuild properties vs direct .csproj modification) for consistency.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
/backport to main |
|
Started backporting to main: https://github.com/dotnet/maui/actions/runs/17487922673 |
…sts (#31492) Backport of #31373 to main /cc @jfversluis @jsuarezruiz
Description of Change
Added a README with details about how to compile the manual tests project using: