Skip to content

Update README TOC for V3.2 and add self-referential constraint test coverage#61

Merged
zachsaw merged 2 commits intomainfrom
copilot/move-whats-new-to-toc
Mar 30, 2026
Merged

Update README TOC for V3.2 and add self-referential constraint test coverage#61
zachsaw merged 2 commits intomainfrom
copilot/move-whats-new-to-toc

Conversation

@zachsaw
Copy link
Copy Markdown
Owner

@zachsaw zachsaw commented Mar 30, 2026

Updates the README table of contents for the V3.2 section and adds source-generator regression coverage for the new self-referential pipeline constraint scenario introduced in V3.2.

Changes Made

  • Updated the README TOC to include the V3.2 entry.
  • Added a new SourceGenerator.Tests test case for self-referential response constraint handling:
    • test/Mediator.Switch.SourceGenerator.Tests/TestCases/SelfReferentialResponseConstraint/Input.cs
    • test/Mediator.Switch.SourceGenerator.Tests/TestCases/SelfReferentialResponseConstraint/Expected.txt
  • Registered the new fixture in the source-generator baseline and verification test suites.

Testing

  • dotnet test SwitchMediator.sln
  • dotnet test test/Mediator.Switch.SourceGenerator.Tests/Mediator.Switch.SourceGenerator.Tests.csproj

The changes remain focused and do not alter runtime behavior; they update documentation coverage and add regression protection for the V3.2 source-generator behavior.

@zachsaw
Copy link
Copy Markdown
Owner Author

zachsaw commented Mar 30, 2026

@copilot V3.2 added self-referential pipeline constraints. We should add a test case to SourceGenerator.Tests to cover this.

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 30, 2026

@copilot V3.2 added self-referential pipeline constraints. We should add a test case to SourceGenerator.Tests to cover this.

Added a canonical SourceGenerator.Tests regression fixture for the self-referential response constraint scenario and wired it into the baseline/source-generator theory lists in 05cf080.

Copilot AI changed the title Update README TOC for V3.2 Update README TOC for V3.2 and add self-referential constraint test coverage Mar 30, 2026
@zachsaw zachsaw merged commit 63b3b9d into main Mar 30, 2026
1 check passed
@zachsaw zachsaw deleted the copilot/move-whats-new-to-toc branch March 30, 2026 11:14
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.

2 participants