Verify ILRepack compatibility with XAML User Controls
masterThis scenario verifies that ILRepack correctly handles user controls that are defined in external libraries and subsequently used within XAML files.
To verify success:
- Run the test/application.
- Confirm that the
MainWindowis properly loaded and displayed. - Check the exit code: an exit code of
0indicates success, while1indicates that exceptions occurred during execution.