diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 08301cd8..b3d494d0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +#### 0.1.7 +* REFL019 Check filter types. +* REFL020 More than one interface is matching the name. +* REFL022 Use fully qualified name. +* REFL023 The type does not implement the interface. +* REFL024 Prefer null over empty array. + #### 0.1.6.1 * REFL016 remove all checks except GetX arguments. * BUGFIX: REFL016 code action title. diff --git a/ReflectionAnalyzers/ReflectionAnalyzers.csproj b/ReflectionAnalyzers/ReflectionAnalyzers.csproj index 13226015..edc9a431 100644 --- a/ReflectionAnalyzers/ReflectionAnalyzers.csproj +++ b/ReflectionAnalyzers/ReflectionAnalyzers.csproj @@ -20,16 +20,16 @@ - 0.1.6.1-dev + 0.1.7.0-dev Analyzers for System.Reflection https://github.com/DotNetAnalyzers/ReflectionAnalyzers https://github.com/DotNetAnalyzers/ReflectionAnalyzers Reflection Roslyn Diagnostic Analyzer DotnetAnalyzers - REFL016 remove all checks except GetX arguments. -BUGFIX: REFL016 code action title. -BUGFIX: use correct member for nameof. -BUGFIX REFL017 code action message. -BUGFIX REFL017 and anonymous objects. + REFL019 Check filter types. +REFL020 More than one interface is matching the name. +REFL022 Use fully qualified name. +REFL023 The type does not implement the interface. +REFL024 Prefer null over empty array. diff --git a/ReflectionAnalyzers/paket.template b/ReflectionAnalyzers/paket.template index 2cc1167d..958c4746 100644 --- a/ReflectionAnalyzers/paket.template +++ b/ReflectionAnalyzers/paket.template @@ -4,11 +4,11 @@ projectUrl https://github.com/DotNetAnalyzers/ReflectionAnalyzers licenseUrl http://opensource.org/licenses/MIT releasenotes - REFL016 remove all checks except GetX arguments. - BUGFIX: REFL016 code action title. - BUGFIX: use correct member for nameof. - BUGFIX REFL017 code action message. - BUGFIX REFL017 and anonymous objects. + REFL019 Check filter types. + REFL020 More than one interface is matching the name. + REFL022 Use fully qualified name. + REFL023 The type does not implement the interface. + REFL024 Prefer null over empty array. excludedgroups