-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Improve msg for missing libicu #47511
Conversation
What, no fwlink? :) |
How do we normally handle fwlink ownership? It seemed like it would be easy to Bing. |
src/libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationMode.Unix.cs
Outdated
Show resolved
Hide resolved
@danmosemsft Ownership belongs to the division as a whole. It's primarily useful for scenarios where: (a) we can't easily describe in a single sentence what corrective measures to take; or (b) we can't localize the message itself but we can point the fwlink to a localized landing page. |
Apparently aka.ms is the new fwlink. Added one pointing to https://docs.microsoft.com/en-us/dotnet/core/run-time-config/globalization. |
Hello @danmosemsft! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Test failures are #47561 |
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.
LGTM
Fix #41350