Skip to content

Conversation

@StephaneDelcroix
Copy link
Contributor

Note

Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!

Description of Change

Issues Fixed

Fixes #

Copilot AI review requested due to automatic review settings September 2, 2025 19:55
@StephaneDelcroix StephaneDelcroix requested a review from a team as a code owner September 2, 2025 19:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates generated code in a source generator unit test to fix variable naming conflicts and improve null safety. The changes appear to be related to XAML service provider initialization in the .NET MAUI controls framework.

  • Adds a new iProvideValueTarget variable at the beginning of the method
  • Renames subsequent iProvideValueTarget variables to avoid naming conflicts (iProvideValueTarget1, iProvideValueTarget2)
  • Updates array declarations from object[] to object?[] for null safety
  • Changes constructor parameter from false to this in SimpleValueTargetProvider calls

@jsuarezruiz jsuarezruiz added the area-xaml XAML, CSS, Triggers, Behaviors label Sep 3, 2025
@jsuarezruiz jsuarezruiz merged commit 65a1f40 into net10.0 Sep 3, 2025
148 checks passed
@jsuarezruiz jsuarezruiz deleted the fixnet10 branch September 3, 2025 08:29
@github-actions github-actions bot locked and limited conversation to collaborators Oct 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-xaml XAML, CSS, Triggers, Behaviors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants