dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.27k stars 1.76k forks source link

MAUI source generator interferes with other projects #26125

Open miloush opened 9 hours ago

miloush commented 9 hours ago

It seems that when a MAUI library is referenced by a project, the MAUI source generator is run for that project. If the project happens to have XAML files, it interferes with the project's own code generation.

See https://github.com/dotnet/wpf/issues/10113

Expected: do not include MAUI analyzers in a project that only references another MAUI project.

miloush commented 3 hours ago

repro in linked issue