Skip to content

RavenDB: Manifest generation support (deployment plugins)#1135

Merged
aaronpowell merged 3 commits into
CommunityToolkit:mainfrom
poissoncorp:RavenDB-25559
Feb 26, 2026
Merged

RavenDB: Manifest generation support (deployment plugins)#1135
aaronpowell merged 3 commits into
CommunityToolkit:mainfrom
poissoncorp:RavenDB-25559

Conversation

@poissoncorp
Copy link
Copy Markdown
Contributor

Closes #1134

Additional check before reaching to the TcpEndpoint details, and a new flag that forces tcp schema on primary RavenDB endpoint allolwing to deploy to ACA, and similar environments that need generated app manifest. Related ticket on RavenDB bugtracker.

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • New integration
    • Docs are written
    • Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

@poissoncorp
Copy link
Copy Markdown
Contributor Author

@dotnet-policy-service agree company="RavenDB"

Comment thread src/CommunityToolkit.Aspire.Hosting.RavenDB/RavenDBServerSettings.cs Outdated
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.

RavenDB: Make manifest generation for aca deployment possible

3 participants