Uh oh!
There was an error while loading. Please reload this page.
Microsoft Mvvm Toolkit support - #17
Conversation
…ing] methods in addition to Raise* methods
…mentation is generated in parent class
AlexanderEgorov
left a comment
There was a problem hiding this comment.
Not a deep review. I didn't check out this pull request.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| .Append('(') | ||
| .Append(propertyName) | ||
| .Append("Chang") | ||
| .Append(suffix) |
There was a problem hiding this comment.
Just a recommendation: Instead of a set of Append calls, make an extension method that accepts 'params string[]'
There was a problem hiding this comment.
"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.
No description provided.