File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup >
18
- <Version >2.7.1 .0</Version >
18
+ <Version >2.7.2 .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 >BUGFIX INPC002 when event accessors.
23
- BUGFIX INPC010 when side effects in setter.
24
- BUGFIX INPC002 when setting other property that notifies.
25
- INPC018 PropertyChanged invoker should be protected when class is not sealed.</PackageReleaseNotes >
26
- <PackageLicenseUrl >http://opensource.org/licenses/MIT</PackageLicenseUrl >
22
+ <PackageReleaseNotes >BUGFIX: Figure out caching in ConcurrentDictionary</PackageReleaseNotes >
23
+ <PackageLicenseUrl ></PackageLicenseUrl >
27
24
<PackageProjectUrl >https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</PackageProjectUrl >
28
25
<RepositoryUrl >https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</RepositoryUrl >
29
26
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ projectUrl https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers
4
4
licenseUrl http://opensource.org/licenses/MIT
5
5
6
6
releasenotes
7
- BUGFIX INPC002 when event accessors.
8
- BUGFIX INPC010 when side effects in setter.
9
- BUGFIX INPC002 when setting other property that notifies.
7
+ BUGFIX: Figure out caching in ConcurrentDictionary
10
8
11
9
excludedgroups
12
10
Main
Original file line number Diff line number Diff line change
1
+ #### 2.7.2
2
+ * BUGFIX: Figure out caching in ConcurrentDictionary
3
+
1
4
#### 2.7.1
2
5
* BUGFIX INPC002 when event accessors.
3
6
* BUGFIX INPC010 when side effects in setter.
You can’t perform that action at this time.
0 commit comments