Skip to content
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

Fix culture-specific string comparisons in EventSource #83319

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Mar 13, 2023

These string comparisons are clearly not meant to be culture-specific. They were one of the reasons for loading ICU in Console.WriteLine("Hello world"); app.

Context dotnet/aspnetcore#47029 (comment)

These string comparisons are clearly not meant to be culture-specific. They were one of the reasons for loading ICU in Console.WriteLine("Hello world"); app.

Context dotnet/aspnetcore#47029 (comment)
@ghost
Copy link

ghost commented Mar 13, 2023

Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti
See info in area-owners.md if you want to be subscribed.

Issue Details

These string comparisons are clearly not meant to be culture-specific. They were one of the reasons for loading ICU in Console.WriteLine("Hello world"); app.

Context dotnet/aspnetcore#47029 (comment)

Author: jkotas
Assignees: -
Labels:

area-System.Diagnostics.Tracing

Milestone: -

…acing/EventSource.cs

Co-authored-by: Stephen Toub <stoub@microsoft.com>
@jkotas jkotas merged commit 541347c into dotnet:main Mar 13, 2023
@jkotas jkotas deleted the eventsource-icu branch March 15, 2023 22:23
@ghost ghost locked as resolved and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants