-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Use RequestLocalizationOptions.CultureInfoUseUserOverride #14716
Conversation
Okay looks good, I will approve. But please only merge if you have retried it. Hmm, I think we can just remove Good job! |
I'm not sure if we can remove it now or not, it'll be a breaking change or shall we remove it because it's only used inside the module and the release note is enough |
/// Initializes a new instance of a <see cref="LocalizationOptionsUpdater"/>. | ||
/// </summary> | ||
/// <param name="options">The <see cref="RequestLocalizationOptions"/>.</param> | ||
public LocalizationOptionsUpdater(RequestLocalizationOptions options) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems there's no need for the LocalizationOptionsUpdater
changes, right? I did it before I rid off the use of LocalizationOptionsUpdater
We should merge this one.
Yes I think you can just remove As a side note, would have been less confusing to have a config value with the same name and same logic as |
I removed Notice that I didn't add myself as a co-author ;) |
Believe it or not, the co-author it doesn't matter to me :) it seems next time I will open my eyes during the merge to avoid such an issue :) |
dotnet/aspnetcore#44282