Skip to content

Conversation

StephaneDelcroix
Copy link
Contributor

Description of Change

Enable XSG on HostApp and fix nullability issue

requires #32034

@Copilot Copilot AI review requested due to automatic review settings October 17, 2025 06:44
Copy link
Contributor

@Copilot 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

Enable XAML Source Generator (XSG) in the HostApp test project and adjust event handler signatures for nullable sender parameters.

  • Add MauiXaml ItemGroup with Inflator="SourceGen" to Controls.TestCases.HostApp.csproj.
  • Update several event handler signatures to accept nullable object? sender (nullability fix).

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Issue25724.xaml.cs Updated event handler sender parameter to nullable.
Issue23868.xaml.cs Updated multiple event handler sender parameters to nullable.
Issue20903.xaml.cs Updated button click handler sender parameter to nullable.
Issue14825.xaml.cs Updated capture button handler sender parameter to nullable.
Controls.TestCases.HostApp.csproj Enabled XAML Source Generation for all XAML files in the HostApp project.

fix nullability issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant