David Dunson
David Dunson
That doesn't explain why removing the .XAML file resolves the issue. After removing StartupUri in App.xaml and deleting MainWindow.xaml, the build succeeds. It also builds if I revert back to...
Another way to better explain why I believe this is still a bug is to change the steps to reproduce: 1. Create a solution with a WPF application and two...
WORK AROUND: Move the .XAML files to a separate assembly, or move the classes that use [LoggerMessage] to a separate assembly. Following the MVVM pattern, if you have XAML files...