Fix misleading executable path placeholder and add schema warning note in toast/snackbar setup docs#635
Conversation
|
Learn Build status updates of commit 5f10f4c:
|
…ning note Replace unclear YOUR-PATH-TO-EXECUTABLE with YOUR-PROJECT-NAME\YOUR-PROJECT-NAME.exe and add an explanation of how to determine the correct value. Also add a note that the rescap:Capability schema validation warning is safe to ignore. Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit a95bd2a: ✅ Validation status: passed
For more details, please refer to the build report. |
The Windows setup instructions for Toast/Snackbar use
YOUR-PATH-TO-EXECUTABLEwithout explaining how to determine the value, and users encounter anrescap:Capabilityschema validation warning with no guidance.Replaced placeholder
YOUR-PATH-TO-EXECUTABLE→YOUR-PROJECT-NAME\YOUR-PROJECT-NAME.exewith an[!IMPORTANT]callout explaining the format:e.g.,
MyMauiApp.csproj→MyMauiApp\MyMauiApp.exe(matches the pattern used in the actual sample app)Added
[!NOTE]that therescap:CapabilityXML schema validation warning in Visual Studio is a false positive and safe to ignoreBoth
toast.mdandsnackbar.mdinclude this shared file (toast-snackbar-setup.md), so both pages are fixed.Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.