Related to an existing integration?
Yes
Existing integration
CommunityToolkit.Aspire.Hosting.RavenDB
Overview
I routinely work on 2 separate Aspire projects that uses RavenDb. I need to be able to set the data port in addition to the studio port so that they don't conflict. I'd like to have a optional parameter after "port" that lets me set the data port.
Usage example
.AddRavenDB(name, false, variables, port, dataPort)
Breaking change?
No
Alternatives
Hack at removing the data port and then adding it again.
Additional context
No response
Help us help you
No, just wanted to propose this