Skip to content

Conversation

@ivanPeshterskii
Copy link
Contributor

📝 Description
This pull request refactors the console usage/help output by replacing multiple Console.WriteLine statements with a StringBuilder.

Changes include:
Improved readability of the usage message
Grouped related output into a single formatted block
Easier future maintenance and extension of the help text
No change in application behavior or output
This update aligns the sample with cleaner .NET coding practices while keeping the logic and functionality unchanged.

🧩 Optional (ако repo-то обича кратки PR-и)
Scope:
Refactor only — no functional changes.

@ivanPeshterskii ivanPeshterskii requested a review from a team as a code owner January 26, 2026 03:03
@ivanPeshterskii ivanPeshterskii changed the title Conver old syntaxis to old one using StringBuilder Conver old syntaxis to new one using StringBuilder Jan 26, 2026
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

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

Thanks @ivanPeshterskii

This LGTM and I'll :shipit: now.

@BillWagner BillWagner merged commit a269a5a into dotnet:main Jan 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants