dotnet/aspire#11938 is going to introduce a new structure on how Aspire resources handle connection strings, so there's going to be a bit of work in the community toolkit to support this.
We will need to update all resources that generate connection strings to implement the new member from the interface, and return out the collection of parts rather than a constructed .NET-esq connection string.