Open miloush opened 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.
repro in linked issue
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.