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 80ea1b7 commit 3d90c53Copy full SHA for 3d90c53
src/CommandLine/Commands/RenameSymbolCommand.cs
@@ -97,7 +97,7 @@ SymbolRenameState GetSymbolRenamer(Solution solution)
97
if (IgnoredCompilerDiagnostics is not null)
98
{
99
foreach (string id in IgnoredCompilerDiagnostics)
100
- options.IgnoredCompilerDiagnosticIdentifiers.Add(id);
+ options.IgnoredCompilerDiagnosticIds.Add(id);
101
}
102
103
return new CliSymbolRenameState(
0 commit comments