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
fix: update BackgroundTasksIdleTests for refactored handler pattern
PR #526 extracted SubagentDeferStartedAtTicks stamping into
RefreshDeferredBackgroundTaskTracking() and changed the case pattern
to use a named variable. Update the source-scanning tests:
- Remove trailing colon from case pattern search (handler uses
pattern variable now)
- Accept RefreshDeferredBackgroundTaskTracking call as valid
stamping mechanism (uses Interlocked.Exchange internally)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments