You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<DisplayName>Encapsulate field for WPF</DisplayName>
6
6
<Descriptionxml:space="preserve">Code refactoring that introduces full property implementation with invocation of OnPropertyChanged in Visual Studio</Description>
Copy file name to clipboardExpand all lines: README.md
-7
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,6 @@ Visual Studio code refactoring that replaces an auto-property with full property
30
30
31
31
Visual Studio code refactoring that creates full property implementation with an invocation of OnPropertyChanged in a setter for a selected set of backing fields.
32
32
33
-
##### Changelog
34
-
35
-
version 1.5
36
-
- icon added to vsix
37
-
38
-
version 1.4
39
-
- performance improvement, a new way of determining the name of a method that by convention is called "OnPropertyChanged"
0 commit comments