We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef75906 commit eaa336eCopy full SHA for eaa336e
src/ProgressOnderwijsUtils.Analyzers/IfNotFalseCodeFix.cs
@@ -9,7 +9,7 @@
9
10
namespace ProgressOnderwijsUtils.Analyzers;
11
12
-[ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(RedundantAssertNotNullCodeFix))]
+[ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(IfNotFalseCodeFix))]
13
[Shared]
14
public sealed class IfNotFalseCodeFix : CodeFixProvider
15
{
0 commit comments