I'm testing a Maui app that uses CommuniytToolkit.Mvvm to generate [ObservableProperty] attributes. The ViewModel partial class is generated for Android and Windows; I can see it in Dependencies, but the Debugger can't find it and prompts for it. The problem is generated code is in-memory only, not a file. The debugger works for Android but can't find the generated code on Windows.
I haven't been able to find a workaround so far.