File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed
Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1+ #### 0.1.7
2+ * REFL019 Check filter types.
3+ * REFL020 More than one interface is matching the name.
4+ * REFL022 Use fully qualified name.
5+ * REFL023 The type does not implement the interface.
6+ * REFL024 Prefer null over empty array.
7+
18#### 0.1.6.1
29* REFL016 remove all checks except GetX arguments.
310* BUGFIX: REFL016 code action title.
Original file line number Diff line number Diff line change 2020 </PropertyGroup >
2121
2222 <PropertyGroup >
23- <Version >0.1.6.1 -dev</Version >
23+ <Version >0.1.7.0 -dev</Version >
2424 <Description >Analyzers for System.Reflection</Description >
2525 <PackageLicenseUrl >https://github.com/DotNetAnalyzers/ReflectionAnalyzers</PackageLicenseUrl >
2626 <RepositoryUrl >https://github.com/DotNetAnalyzers/ReflectionAnalyzers</RepositoryUrl >
2727 <PackageTags >Reflection Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags >
28- <PackageReleaseNotes >REFL016 remove all checks except GetX arguments .
29- BUGFIX: REFL016 code action title .
30- BUGFIX: use correct member for nameof .
31- BUGFIX REFL017 code action message .
32- BUGFIX REFL017 and anonymous objects .
28+ <PackageReleaseNotes >REFL019 Check filter types .
29+ REFL020 More than one interface is matching the name .
30+ REFL022 Use fully qualified name .
31+ REFL023 The type does not implement the interface .
32+ REFL024 Prefer null over empty array .
3333</PackageReleaseNotes >
3434 </PropertyGroup >
3535
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ projectUrl https://github.com/DotNetAnalyzers/ReflectionAnalyzers
44licenseUrl http://opensource.org/licenses/MIT
55
66releasenotes
7- REFL016 remove all checks except GetX arguments .
8- BUGFIX: REFL016 code action title .
9- BUGFIX: use correct member for nameof .
10- BUGFIX REFL017 code action message .
11- BUGFIX REFL017 and anonymous objects .
7+ REFL019 Check filter types .
8+ REFL020 More than one interface is matching the name .
9+ REFL022 Use fully qualified name .
10+ REFL023 The type does not implement the interface .
11+ REFL024 Prefer null over empty array .
1212
1313
1414excludedgroups
You can’t perform that action at this time.
0 commit comments