Skip to content

Commit

Permalink
Revert "Implemented a new generator to embedded XAML sources into app…
Browse files Browse the repository at this point in the history
…lication for Hot Reload"
  • Loading branch information
jeromelaban authored Mar 3, 2025
1 parent a9ede20 commit 0f7ffe7
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 1,083 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,16 @@ public async Task SetOriginalSourceLocationIncludedInOutputForDependencyObjectsT
"""
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
namespace TestRepro;
public sealed partial class MainPage : Page
namespace TestRepro
{
public MainPage() => InitializeComponent();
public sealed partial class MainPage : Page
{
public MainPage()
{
this.InitializeComponent();
}
}
}
"""
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0f7ffe7

Please sign in to comment.