Skip to content

Commit d6f030e

Browse files
committed
Fix macOS intgr test after backports
1 parent 3e61cdf commit d6f030e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/IntegrationTestApp/MainWindow.axaml.cs

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public partial class MainWindow : Window
1010
{
1111
public MainWindow()
1212
{
13+
// Set name in code behind, so source generator will ignore it.
14+
Name = "MainWindow";
15+
1316
InitializeComponent();
1417

1518
var viewModel = new MainWindowViewModel(CreatePages());

0 commit comments

Comments
 (0)