Skip to content

Release v0.9.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 17:21
bfe7eb1

Summary

Wolverine validation and authorization are now reported only when exact source configuration proves they are enabled and applied, while unresolved runtime policies remain explicit diagnostics.

Added

  • Discover exact FluentValidation/DataAnnotations activation and handler validation evidence. (#4)
  • Discover exact endpoint authorization attributes and statically resolvable global policies. (#4)
  • Report unresolved custom/runtime policy configuration without guessing. (#4)

Fixed

  • Keep package presence, unrelated IHttpPolicy implementations, and unrelated ConfigureEndpoints calls from fabricating validation or authorization. (#4)