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

Handle Breaking change with string.IndexOf(string) in .NET 5 #4273

Merged
merged 1 commit into from Feb 14, 2021

Conversation

snakefoot
Copy link
Contributor

@snakefoot snakefoot commented Jan 29, 2021

LoggingConfiguration - Expand NLog Config Variables without issues on Net50

Changed from CurrentCultureIgnoreCase to OrdinalIgnoreCase to avoid issue described here: dotnet/runtime#43736

Issue was identified with #4271

@snakefoot snakefoot added enhancement Improvement on existing feature platform support labels Jan 29, 2021
@snakefoot snakefoot added this to the 4.7.8 milestone Jan 29, 2021
@snakefoot
Copy link
Contributor Author

Tried to test myself on Net50-platform, and cannot reproduce the issue. So apparently it is not super urgent to fix on master.

@snakefoot
Copy link
Contributor Author

snakefoot commented Jan 30, 2021

Travis-Build Scheduled Now (09:13:07 Local - 08:15:07 GMT)

@snakefoot
Copy link
Contributor Author

AppVeyor and Azure Done

@snakefoot
Copy link
Contributor Author

snakefoot commented Jan 30, 2021

The travis-back-log is "only" 3000, when USA was awake then it was 10.000. Only 230 build-engines and each takes 5-10 mins (Seems the total number of available build-engine drops with 5 every day)

@snakefoot
Copy link
Contributor Author

snakefoot commented Jan 30, 2021

Travis Build now running. Started (10:09:03 Local - 09:09:03 GMT)

@snakefoot
Copy link
Contributor Author

Travis build broke at 09:13:53 GMT

@sonarcloud
Copy link

sonarcloud bot commented Jan 31, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@304NotModified 304NotModified changed the title LoggingConfiguration - Expand NLog Config Variables without issues on Net50 Handle Breaking change with string.IndexOf(string) in .NET 5 Feb 14, 2021
Copy link
Member

@304NotModified 304NotModified left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, not checked all possible other usages.

@snakefoot snakefoot merged commit d901724 into NLog:master Feb 14, 2021
@snakefoot snakefoot deleted the net5_indexof_issue branch July 30, 2022 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement on existing feature platform support size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants