File tree 3 files changed +18
-11
lines changed
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
+
1
8
#### 0.1.6.1
2
9
* REFL016 remove all checks except GetX arguments.
3
10
* BUGFIX: REFL016 code action title.
Original file line number Diff line number Diff line change 20
20
</PropertyGroup >
21
21
22
22
<PropertyGroup >
23
- <Version >0.1.6.1 -dev</Version >
23
+ <Version >0.1.7.0 -dev</Version >
24
24
<Description >Analyzers for System.Reflection</Description >
25
25
<PackageLicenseUrl >https://github.com/DotNetAnalyzers/ReflectionAnalyzers</PackageLicenseUrl >
26
26
<RepositoryUrl >https://github.com/DotNetAnalyzers/ReflectionAnalyzers</RepositoryUrl >
27
27
<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 .
33
33
</PackageReleaseNotes >
34
34
</PropertyGroup >
35
35
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ projectUrl https://github.com/DotNetAnalyzers/ReflectionAnalyzers
4
4
licenseUrl http://opensource.org/licenses/MIT
5
5
6
6
releasenotes
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 .
12
12
13
13
14
14
excludedgroups
You can’t perform that action at this time.
0 commit comments