Skip to content

Conversation

@jscarle
Copy link
Owner

@jscarle jscarle commented Nov 15, 2025

Summary

  • track whether boolean metadata originates from class or method attributes so that method-level declarations can override inherited values
  • ensure a method-level [RequireAuthorization] suppresses class-level [AllowAnonymous] unless the method explicitly opts in to anonymous access
  • add a regression test that verifies .AllowAnonymous() is not emitted for a class [AllowAnonymous]/method [RequireAuthorization] combination

Testing

  • dotnet test

Codex Task

@jscarle jscarle merged commit bb4f3ab into develop Nov 15, 2025
1 check passed
@jscarle jscarle deleted the feature/codex-track-boolean-metadata-origins-in-handler branch November 15, 2025 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants