Update headless xUnit support to v3 by MrJul · Pull Request #20481 · AvaloniaUI/Avalonia (original) (raw)

peterblazejewicz added a commit to peterblazejewicz/claude-plugins that referenced this pull request

@peterblazejewicz @claude

…(2.3.0)

FluentAssertions v8 (Jan 2025) moved from Apache 2.0 to the XCEED source-available license; only v7.x remains OSS-compatible, and recommending "FluentAssertions" without version-pinning nudges agents toward a licensing audit every team will lose. This release purges every FluentAssertions reference and standardises on native Xunit.Assert.X (xUnit) and Microsoft.VisualStudio.TestTools.Assert.X (MSTest). xUnit v3 + Microsoft.Testing.Platform is now the canonical sample style; v2 stays source-compatible and is covered by the Version Awareness table in test-driven-development.

Scope:

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com