Skip to content

Commit

Permalink
Merge pull request #19620 from unoplatform/revert-19610-dev/cdb/hd/xa…
Browse files Browse the repository at this point in the history
…ml-sources-gen

chore: Revert "Implemented a new generator to embedded XAML sources into application for Hot Reload"
  • Loading branch information
jeromelaban authored Mar 3, 2025
2 parents a9ede20 + 0f7ffe7 commit 0b07789
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 0b07789

Please sign in to comment.