Skip to content

Commit

Permalink
Fix macOS intgr test after backports
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Aug 12, 2024
1 parent 3e61cdf commit d6f030e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/IntegrationTestApp/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ public partial class MainWindow : Window
{
public MainWindow()
{
// Set name in code behind, so source generator will ignore it.
Name = "MainWindow";

InitializeComponent();

var viewModel = new MainWindowViewModel(CreatePages());
Expand Down

0 comments on commit d6f030e

Please sign in to comment.