-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Description
Issue
I'm developing a WPF application which uses WPF.UI.
With the newest ILRepack version (2.0.36) the XAML/BAML rewrite works great!
But unfortunately, WPF.UI tends to use hardcoded pack-uris in its code behind files (normal CLR strings). Those are not found/detected by ILRepack.
ResourceDictionary resourceDict =
new()
{
Source = new Uri("pack://application:,,,/Wpf.Ui;component/Controls/ContextMenu/ContextMenu.xaml")
};Expectation
Could you try to generally detect "pack:..." strings and rewrite those also (so not only specific to WPF.UI)?
Info
.NET Framework 4.8
ILRepack 2.0.36
WPF.UI 4.0.0-rc.3
Nice3point
Metadata
Metadata
Assignees
Labels
No labels