-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple domains via ConfigureCustomDomain #7309
base: main
Are you sure you want to change the base?
Conversation
It feels strange to make Configure* Add maybe it should be AddCustomDomain |
|
31c3301
to
004d06a
Compare
We can't rename the method, we need to add an overload. |
@matthebrown any plans to update this? This method is in preview so we can break it, there are no guarantees. That said, I'm unsure if we should break it. Maybe keep the rename and just update the branch lets evaluate if it should be a new method or a behavior change. |
Sounds good. I'll keep the rename as suggested and we can open discussion here or in the linked issue. Happy to adjust the changes as needed. |
1b42800
to
a89b139
Compare
Maybe the way to do this is to apply dictionary like semantics (add or update), based on the name. We don't rename the method and its not exactly append. |
a89b139
to
a53f490
Compare
Why did you add @ to all of the strings? Can you undo that change? |
I tried to do something along the lines of what this merge is doing by putting my own extension method, but as soon as I try and add multiple domains, I get this error during provisioning:
|
Description
Adds support for multiple domains via
ConfigureCustomDomain
by appending the domain to the domain list instead of replacing the list entirely.Fixes #7143
Checklist
<remarks />
and<code />
elements on your triple slash comments?breaking-change
template):doc-idea
template):