Hi @Lloyd Sheen , Please file Visual Studio bugs on the Visual Studio Developer Community per Report a problem with the Visual Studio product or installer.
That will enter your report directly into the VS bug database for consideration by the VS Engineering Team.
You can also check for existing reports - there are several that may be related, but you haven't provided enough information to tell for sure. If one appears to match you can vote it up or add your context.
When you report this please include version numbers, exact steps, and a clear description of the issue. Separating steps and expected results into bullet points instead of a wall of text may help.
- Do step 1
- Do step 2
- Do step 3
- Expected result: <results>
- Actual result: <results>
Error message clean up runs asynchronously, and problems with it often come from extensions rather than from VS itself. Try running VS in safe mode to see if you still reproduce it.
There is a known issue with the Roslyn compiler that affects several add-ons, including the MVVM community toolkit. Source generators run very unreliably (especially with multi-targeting) #67123
Note that there isn't a separate "Maui Compiler" - MAUI is part of .Net and uses the standard C# compilers. MAUI provides some cross-platform specific tooling, but that does not sound relevant from what you've mentioned here.