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
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.
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 dotnet/wpf#10113
Expected: do not include MAUI analyzers in a project that only references another MAUI project.
The text was updated successfully, but these errors were encountered: