ClinicApp already exists | init is new projects only. The existing folder was not changed. Pick another name, or delete a leftover failed scaffold, then retry. For an existing MAUI app, cd into it and run nuvyn adopt. To refresh skills, run nuvyn update. |
is already a Nuvyn project | adopt already ran (or init). Use nuvyn update. |
is not a MAUI app | adopt needs a UseMaui csproj in that folder. |
Not a Nuvyn project | update / check need a .nuvyn/ folder from nuvyn init or nuvyn adopt. |
Launch: unable to resolve MainPageViewModel | Add builder.Services.AddTransient<MainPageViewModel>(). |
Build: AddGeneratedViewModels / Plugin.Maui.MVVMExpress.Generated | Remove that call and using. Register the view-model with AddTransient. |
Two .UseMvvmExpress() calls | Keep only the configured UseMvvmExpress(o => …) chain. |
| Agent added LocalStore / Syncfusion / Refit | You did not ask. Revert. Catalog first, UIKit first. |
| MAUI workload / TFM / permissions errors | Read the printed maui-dev doctor report. Do not re-run nuvyn init. |
maui-dev doctor found issues | Doctor ran. Read the printed report. nuvyn init / adopt still succeeded. Unrecognized --no-update-check means the installed maui-dev is 1.2.1 — Nuvyn no longer forwards that flag. |
| Update prompt every few hours | Expected. Answer n or pass --no-update-check / NUVYNTRA_NO_UPDATE_CHECK=1 on nuvyn itself, not on the doctor hand-off. |