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

C#: Change string.Format calls to interpolated strings #16857

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

tamasvajk
Copy link
Contributor

@tamasvajk tamasvajk commented Jun 27, 2024

This pull request replaces the old string.Format method calls with the newer, more readable and more performant string interpolation syntax. Additionally, the Logger.Log method calls are replaced with more specific logging methods like LogError or LogInfo.

@github-actions github-actions bot added the C# label Jun 27, 2024
@tamasvajk tamasvajk marked this pull request as ready for review June 27, 2024 08:22
@tamasvajk tamasvajk requested review from a team as code owners June 27, 2024 08:22
Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

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

LGTM!

@tamasvajk tamasvajk merged commit 6c727b1 into github:main Jun 27, 2024
16 checks passed
@tamasvajk tamasvajk deleted the feature/stringformat branch June 27, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants