chore: drop test-assembly IVT; mark backlog #4-#7 shipped#94
Merged
Conversation
Two small followups after #93 landed: - The test-assembly InternalsVisibleTo was kept "for safety" in #93 but is no longer needed — the test fixture's only contact with the previously-internal types is reading/writing AuthorizationBehaviorState.ServiceProvider, which is public after #93's PublicAPI promotion. Build + 31 tests still pass after removing the IVT. - docs/backlog.md items #4-#7 marked shipped (2026-05-22 via #93) with brief notes capturing what landed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two small followups after #93 landed.
Drop
<InternalsVisibleTo Include="ZeroAlloc.Mediator.Authorization.Tests" />from the Authorization csproj. PR test: Mediator.Authorization integration tests + AOT smoke restructure (backlog #4-#7) #93 promotedAuthorizationBehaviorAccessor+AuthorizationBehaviorStateto public; the test fixture's only contact with the previously-internal types is reading/writingAuthorizationBehaviorState.ServiceProvider, which is now a public field. The IVT is dead weight. Build + 31 tests still green after removing it.docs/backlog.mditems chore: add shared NuGet package metadata #4-feat: add .NET 8 LTS support and use PAT for release-please #7 marked shipped (2026-05-22 via test: Mediator.Authorization integration tests + AOT smoke restructure (backlog #4-#7) #93) with brief notes capturing what landed. Matches the convention used for items feat: DI support, polymorphic notifications, and MediatR benchmarks #1-chore: add NuGet package metadata (repo URL, project URL) #3 + chore(main): release 0.1.3 #8-feat: rebrand to ZeroAlloc.Mediator #9.Test plan
🤖 Generated with Claude Code