Skip to content

Feature/multitenancy openapi#46

Merged
mheidari988 merged 2 commits intomainfrom
feature/multitenancy-openapi
Jan 13, 2026
Merged

Feature/multitenancy openapi#46
mheidari988 merged 2 commits intomainfrom
feature/multitenancy-openapi

Conversation

@mheidari988
Copy link
Contributor

Summary

  • Add EnableOpenApiIntegration to the ASP.NET Core multitenancy options and make the ApiExplorer provider no-op when disabled, keeping OpenAPI output untouched for opt-out teams.

Testing

  • dotnet test
  • Other (add details):

Checklist

  • Includes docs/changelog updates if user-facing
  • Adds/updates tests
  • Keeps public API surface minimal and backward compatible (or documents breaking change)
  • PR scoped to a single concern/module where possible

Notes

  • Breaking changes? If yes, describe impact and migration.
    • None.
  • Related issues/links:
    • N/A

add EnableOpenApiIntegration to AspNetCore options and gate ApiExplorer updates when disabled
add coverage for provider behavior and document the opt-out in the README
add missing Diagnostics import so IExceptionHandler cref resolves in XML docs
@mheidari988 mheidari988 self-assigned this Jan 13, 2026
@mheidari988 mheidari988 merged commit 154d3f8 into main Jan 13, 2026
2 checks passed
@mheidari988 mheidari988 deleted the feature/multitenancy-openapi branch January 13, 2026 09:00
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.

1 participant