Skip to content

Microsoft Mvvm Toolkit support #17

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

Draft
wants to merge 21 commits into
base: 22.1.1
Choose a base branch
from
Draft

Conversation

VitalyTVA
Copy link
Contributor

No description provided.

Copy link
Contributor

@AlexanderEgorov AlexanderEgorov left a comment

Choose a reason for hiding this comment

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

Not a deep review. I didn't check out this pull request.

.Append('(')
.Append(propertyName)
.Append("Chang")
.Append(suffix)
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a recommendation: Instead of a set of Append calls, make an extension method that accepts 'params string[]'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

"Append" calls are chained to avoid excessive memory traffci and improve performance. Correct approach is to use Interpolated String Handler available in C# 10. Probably somewhere in the future.

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.

2 participants