Skip to content

Commit

Permalink
Merge pull request #19621 from unoplatform/revert-19615-mergify/bp/re…
Browse files Browse the repository at this point in the history
…lease/stable/5.6/pr-19610

Revert "Implemented a new generator to embedded XAML sources into application for Hot Reload (backport #19610)"
  • Loading branch information
jeromelaban authored Mar 3, 2025
2 parents af21183 + 57de61c commit eb07b6b
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 eb07b6b

Please sign in to comment.