-
Notifications
You must be signed in to change notification settings - Fork 238
Document device-independent units and their relationship to platform-specific units #3036
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
Conversation
|
Learn Build status updates of commit 507100a: ✅ Validation status: passedFor more details, please refer to the build report. |
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 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 ea28a1a: ✅ Validation status: passed
For more details, please refer to the build report. |
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 44cef38: ✅ Validation status: passed
For more details, please refer to the build report. |
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 053857c: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@copilot please address these Error: docs/user-interface/device-independent-units.md:28 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- 1 device-independent unit = ..."] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md032.md |
…wline Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Fixed all markdownlint errors in commit 0704318:
|
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 0704318: ✅ Validation status: passed
For more details, please refer to the build report. |
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 0704318: ✅ Validation status: passed
For more details, please refer to the build report. |
* Add documentation for Windows ARM device limitations with Android emulators (#3038) * Initial plan * Add Windows ARM device limitations documentation for Android emulators Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com> * Document WebView2/BlazorWebView/HybridWebView issues with Program Files installation (#3035) * Initial plan * Add Windows Program Files warning for WebView2/BlazorWebView/HybridWebView Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> * Extract WebView2 Program Files warning into reusable include snippet Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> * Fix markdown linting errors in webview2-program-files-warning.md Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com> * Document device-independent units and their relationship to platform-specific units (#3036) * Initial plan * Add comprehensive device-independent units documentation Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> * Update docs/user-interface/device-independent-units.md * Fix markdownlint errors: add blank lines before lists and trailing newline Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
Summary
Successfully implemented comprehensive documentation for device-independent units in .NET MAUI and addressed all review feedback.
Latest Changes (this commit)
Fixed markdownlint errors in
device-independent-units.md:Documentation Created
/docs/user-interface/device-independent-units.md(217 lines) - Complete reference explaining:Cross-References Added
Updated 6 existing files to link to the new documentation:
fonts.md- FontSize and font icon Size propertiesalign-position.md- Margin/padding measurementsfundamentals/gestures/swipe.md- SwipeGestureRecognizer.Thresholdfundamentals/triggers.md- AdaptiveTrigger window measurementsuser-interface/includes/basic-animation-dotnet10.md- TranslateToAsync parametersTOC.yml- Added under User Interface > Controls sectionFixes #1042.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.
Internal previews