Closed MitchellW-DWL closed 1 year ago
@MitchellW-DWL
These setup actions are currently geared towards fulfilling the needs we have for our builds and are not focused to be "general" purpose. It might very well be that they don't fit the needs of someone else. It is also quite likely that we are not prioritizing any feature requests that are outside our usage.
Would it be an option for you to take the written environment variable? Parse it. Create new connection strings to your liking and then propagate them to other env variables that you see fit for your needs?
We do something similar here
Yeah that'll suffice my needs - was holding out hope there might have been a way using the package.
Thanks for the reference material :)
Please don't get me wrong, you can use this undoubtedly and any changes we will make will be versioned accordingly.
Connection string generated has
Initial Catalog=nservicebus
by default I believe, and this can be changed using the providedwith
statements, but is there anyway to generate a connection string with theInitial Catalog
parameter omitted from the connection string? Or generate multiple with different values?