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
- Replace `catch { }` with `catch (Exception cleanupEx) when (cleanupEx is
not OperationCanceledException)` + Console.Error.WriteLine so cleanup
failures are visible without masking the original exception
- Correct method summary: swap uses two SQL RENAMEs (live→old, staging→live)
plus DROP TABLE statements, not "three SQL RENAMEs"
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments