You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XAML files are automatically added to the AdditionalFiles collection to be used in source generator.
But MAUI does the same for its own needs, and we have a conflict where Avalonia Name Generator tries to parse MAUI XAML files.
See AvaloniaUI/AvaloniaMauiHybrid#8
To Reproduce
Steps to reproduce the behavior:
Create project with XAML files from Avalonia AND Maui.
Expected behavior
Name generator works without crashing.
The text was updated successfully, but these errors were encountered:
Describe the bug
XAML files are automatically added to the AdditionalFiles collection to be used in source generator.
But MAUI does the same for its own needs, and we have a conflict where Avalonia Name Generator tries to parse MAUI XAML files.
See AvaloniaUI/AvaloniaMauiHybrid#8
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Name generator works without crashing.
The text was updated successfully, but these errors were encountered: