Skip to content

Bump xunit.runner.visualstudio from 2.8.2 to 3.1.5 - #6

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Tests/xunit.runner.visualstudio-3.1.5
Open

Bump xunit.runner.visualstudio from 2.8.2 to 3.1.5#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Tests/xunit.runner.visualstudio-3.1.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown

Updated xunit.runner.visualstudio from 2.8.2 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

3.1.5

Release notes: https://xunit.net/releases/visualstudio/3.1.5

Commits viewable in compare view.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/nuget/Tests/xunit.runner.visualstudio-3.1.5 branch 3 times, most recently from dadde92 to 325557b Compare June 16, 2026 06:48
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/Tests/xunit.runner.visualstudio-3.1.5 branch from 325557b to 09e7da4 Compare July 4, 2026 03:20
ezpl added a commit that referenced this pull request Jul 15, 2026
Audit findings from issue #30 (0z00z0/HyperVManagerTray):

- (HIGH #1) A graceful Shutdown that the guest cancels/hangs stayed in the
  Running phase forever, disabling the card's buttons for good. Dashboard
  now ages the overlay out after a ~2 min deadline (VmStateUi.ShutdownDeadline)
  via a per-VM _opSince timestamp, re-enabling the buttons.

- (HIGH #2) Tray VM-Power submenu now filters items by the VM's current
  state (VmService exposes GetCachedStatusesSync; verbs come from
  VmStateUi.AllowedVerbs), and a Failed power outcome is surfaced as a tray
  balloon (App.OnVmOperationFailed) when the dashboard isn't visible.

- (MED #3) A transitional state (Saving/Stopping/Starting/Pausing/Resuming/
  Snapshotting) now maps to a distinct VmStateUi.Shape.Transition that
  renders no power buttons on the dashboard card and a disabled hint in the
  tray; the state watcher rebuilds the card when the transition lands.

- (MED #4) A dead WMI watcher / broken scope now self-recovers:
  VmService.RecoverWatcher disposes the watcher, nulls the scope, and
  re-runs EnsureScope+StartWatcher with escalating backoff, triggered by the
  watcher's Stopped event or N consecutive RefreshCore failures.

- (MED-LOW #5) TriggerRefresh no longer drops a 2nd event that arrives
  mid-refresh: a _refreshPending flag makes the in-flight pass run once more,
  with a tail-race re-trigger.

- (LOW #6) Start & Connect now aborts the vmconnect launch when the Start
  actually fails: WaitUntilRunningAsync returns StartReadiness
  (Running/Failed/Timeout) by also watching OperationProgress; a timeout
  still connects (vmconnect tolerates a booting VM).

- (LOW #7) A sticky "Failed:" overlay ages out after ~45 s
  (VmStateUi.FailedOverlayLifetime), same _opSince mechanism as #1.

New pure Helpers/VmStateUi.cs (shape mapping, allowed verbs, overlay-expiry
deadlines) with unit tests. Also moved VmService watcher COM Start/Stop off
the UI thread as part of the shared #29/#30 threading pass.

Power/state changes need Espen's live validation.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants