Skip to content

Simplify string in evaluator #11819

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

Merged
merged 1 commit into from
May 12, 2025
Merged

Conversation

rainersigwald
Copy link
Member

This matches our preferred modern style. Happened to be in this file and was bothered.

@Copilot Copilot AI review requested due to automatic review settings May 9, 2025 20:13
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates string comparisons and method calls to use the lowercase "string" type rather than "String" for a more modern and consistent coding style.

  • Replaces "String.Equals", "String.IsNullOrEmpty", "String.IsNullOrWhiteSpace", and "String.Join" with their lowercase counterparts.
  • Improves consistency in formatting and style in Evaluator.cs.

@SimaTian SimaTian merged commit 50fd7fb into dotnet:main May 12, 2025
10 checks passed
@rainersigwald rainersigwald deleted the evaluator-string branch May 12, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants