Skip to content

ci: ignore xunit.v3 major bumps (blocked by Avalonia #22072) - #141

Merged
DeepDiver1975 merged 1 commit into
mainfrom
chore/ignore-xunit-v3-major
Aug 27, 2026
Merged

ci: ignore xunit.v3 major bumps (blocked by Avalonia #22072)#141
DeepDiver1975 merged 1 commit into
mainfrom
chore/ignore-xunit-v3-major

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Collaborator

Why

PR #128 (xunit.v3 3.2.2 → 4.0.0) fails CI: xunit v3 4.0.0 removes the TestIntrospectionHelper.GetTestCaseDetails() overload that Avalonia.Headless.XUnit 12.1.1's AvaloniaFactDiscoverer still calls, so every acceptance test dies at discovery (MissingMethodException). Blocked upstream: AvaloniaUI/Avalonia#22072 (open, milestone 12.x). xunit.v3 3.2.2 is the latest 3.x and remains maintained.

Change

  • Add a dependabot ignore rule for xunit.v3 version-update:semver-major so the broken bump isn't re-proposed.
  • Temporary: drop the ignore once Avalonia ships a compatible Avalonia.Headless.XUnit.

Not a UI change, no screenshots required.

…atible

Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
@DeepDiver1975
DeepDiver1975 merged commit 8277639 into main Aug 27, 2026
3 of 4 checks passed
@DeepDiver1975
DeepDiver1975 deleted the chore/ignore-xunit-v3-major branch August 27, 2026 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant