File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup >
18
- <Version >2.7.0 .0</Version >
18
+ <Version >2.7.1 .0</Version >
19
19
<Authors >Johan Larsson</Authors >
20
20
<Description >Roslyn analyzers for INotifyPropertyChanged.</Description >
21
21
<PackageTags >INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags >
22
- <PackageReleaseNotes >INPC021 Setter should set backing field .
23
- INPC020 Prefer expression body accessor .
24
- INPC019 Getter should return backing field .
22
+ <PackageReleaseNotes >BUGFIX INPC002 when event accessors .
23
+ BUGFIX INPC010 when side effects in setter .
24
+ BUGFIX INPC002 when setting other property that notifies .
25
25
INPC018 PropertyChanged invoker should be protected when class is not sealed.</PackageReleaseNotes >
26
26
<PackageLicenseUrl >http://opensource.org/licenses/MIT</PackageLicenseUrl >
27
27
<PackageProjectUrl >https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ projectUrl https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers
4
4
licenseUrl http://opensource.org/licenses/MIT
5
5
6
6
releasenotes
7
- INPC021 Setter should set backing field.
8
- INPC020 Prefer expression body accessor.
9
- INPC019 Getter should return backing field.
10
- INPC018 PropertyChanged invoker should be protected when class is not sealed.
7
+ BUGFIX INPC002 when event accessors.
8
+ BUGFIX INPC010 when side effects in setter.
9
+ BUGFIX INPC002 when setting other property that notifies.
11
10
12
11
excludedgroups
13
12
Main
Original file line number Diff line number Diff line change
1
+ #### 2.7.1
2
+ * BUGFIX INPC002 when event accessors.
3
+ * BUGFIX INPC010 when side effects in setter.
4
+ * BUGFIX INPC002 when setting other property that notifies.
5
+
1
6
#### 2.7.0
2
7
* INPC021 Setter should set backing field.
3
8
* INPC020 Prefer expression body accessor.
You can’t perform that action at this time.
0 commit comments