-
Couldn't load subscription status.
- Fork 236
Document WebView2/BlazorWebView/HybridWebView issues with Program Files installation #3035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Learn Build status updates of commit 3f307e9: ✅ Validation status: passedFor more details, please refer to the build report. |
…bView Co-authored-by: jfversluis <[email protected]>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. 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 6831635: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@copilot can we make the repeated text a snippet and include that in these three places? |
Co-authored-by: jfversluis <[email protected]>
Done! I've extracted the repeated warning text into a reusable include snippet at |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. 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 56f0ff2: 💡 Validation status: suggestions
docs/user-interface/controls/includes/webview2-program-files-warning.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. 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 56f0ff2: 💡 Validation status: suggestions
docs/user-interface/controls/includes/webview2-program-files-warning.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Refactoring Summary
Per feedback from @jfversluis, extracted the repeated WebView2 Program Files warning into a reusable include snippet to eliminate duplication and improve maintainability.
Changes:
docs/user-interface/controls/includes/webview2-program-files-warning.mdwith the shared warning content[!INCLUDE [WebView2 Program Files warning](includes/webview2-program-files-warning.md)]Benefits:
The documentation now provides the same critical information about Program Files installation issues while following DRY (Don't Repeat Yourself) principles.
Fixes #2871.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.