Skip to content

Conversation

dependabot bot and others added 2 commits November 19, 2025 10:07
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...93cb6ef)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…docs (#3100)

* Initial plan

* Fix AddServiceDefaults method call from builder.Services to builder

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>
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 6c2d243:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

* Clarify MauiXaml Inflator settings in xamlc.md

Updated Inflator attribute for MauiXaml in documentation to clarify default settings.

* Update docs/xaml/xamlc.md

---------

Co-authored-by: Gerald Versluis <gerald@verslu.is>
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 33b42a2:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

Removed mention of exception handling for validation callbacks.
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 60f8f7b:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/bindable-properties.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 539c97d:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
.markdownlint-cli2.jsonc ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/bindable-properties.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 20.0.0 to 21.0.0.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@992badc...30a0e04)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
@learn-build-service-prod
Copy link

Learn Build status updates of commit c173097:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
.markdownlint-cli2.jsonc ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/bindable-properties.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Corrected typos and improved clarity in XAML processing documentation.
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 5249d89:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
.markdownlint-cli2.jsonc ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/bindable-properties.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@93cb6ef...1af3b93)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit d960008:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
.markdownlint-cli2.jsonc ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/bindable-properties.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

…al (#3112)

* Initial plan

* Replace deprecated FontImage with FontImageSource and add deprecation notes

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>
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit e4b3fec:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
.markdownlint-cli2.jsonc ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/bindable-properties.md ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/notes-app.md ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/allnotes/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-mvvm/bugs/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-mvvm/model/Views/AllNotesPage.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/viewmodel-shared/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/controls/image.md ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/fonts.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/markup-extensions/consume.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

…hell files (#3116)

* Initial plan

* Remove unnecessary Shell.FlyoutBehavior="Disabled" from tutorial files

Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 7fcbae7:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
.markdownlint-cli2.jsonc ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/bindable-properties.md ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/notes-app.md ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/allnotes/AppShell.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/allnotes/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/navigation/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-app/note/AppShell.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/shell/AppShell.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-mvvm/bugs/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/bugs/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-mvvm/model/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/model/Views/AllNotesPage.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/viewmodel-shared/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/viewmodel-shared/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/controls/image.md ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/fonts.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/markup-extensions/consume.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

Copilot AI and others added 2 commits December 2, 2025 11:32
…edFrom) (#3123)

* Initial plan

* Add documentation for Page navigation events (NavigatedTo, NavigatingFrom, NavigatedFrom)

Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>

* Document .NET 10 navigation event args properties (NavigationType, PreviousPage, DestinationPage)

Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>

* Fix code review feedback: use xref markup for NavigationType, improve example intro text

Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
…ET MAUI (#3066)

* Initial plan

* Clarify that ICommand.CanExecuteChanged must be raised manually in MAUI

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>
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 0a4e42c:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
.markdownlint-cli2.jsonc ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/bindable-properties.md ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/notes-app.md ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/allnotes/AppShell.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/allnotes/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/navigation/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-app/note/AppShell.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/shell/AppShell.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-mvvm/bugs/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/bugs/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-mvvm/model/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/model/Views/AllNotesPage.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/viewmodel-shared/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/viewmodel-shared/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/controls/image.md ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/fonts.md ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/pages/navigationpage.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/markup-extensions/consume.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

@learn-build-service-prod
Copy link

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 3ecde96:

✅ Validation status: passed

File Status Preview URL Details
.github/workflows/dependabot-bot.yml ✅Succeeded
.github/workflows/markdownlint.yml ✅Succeeded
.markdownlint-cli2.jsonc ✅Succeeded
docs/data-cloud/aspire-integration.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/bindable-properties.md ✅Succeeded View (>=net-maui-8.0)
docs/fundamentals/data-binding/commanding.md ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/notes-app.md ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/allnotes/AppShell.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/allnotes/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/navigation/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-app/note/AppShell.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-app/shell/AppShell.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-mvvm/bugs/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/bugs/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/tutorials/snippets/notes-mvvm/model/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/model/Views/AllNotesPage.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/viewmodel-shared/AppShell.xaml ✅Succeeded
docs/tutorials/snippets/notes-mvvm/viewmodel-shared/Views/AllNotesPage.xaml ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/controls/image.md ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/fonts.md ✅Succeeded View (>=net-maui-8.0)
docs/user-interface/pages/navigationpage.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/markup-extensions/consume.md ✅Succeeded View (>=net-maui-8.0)
docs/xaml/xamlc.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

@jfversluis jfversluis merged commit 6e0f8c3 into live Dec 2, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants