Skip to content

Commit 3d90c53

Browse files
committed
update
1 parent 80ea1b7 commit 3d90c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLine/Commands/RenameSymbolCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ SymbolRenameState GetSymbolRenamer(Solution solution)
9797
if (IgnoredCompilerDiagnostics is not null)
9898
{
9999
foreach (string id in IgnoredCompilerDiagnostics)
100-
options.IgnoredCompilerDiagnosticIdentifiers.Add(id);
100+
options.IgnoredCompilerDiagnosticIds.Add(id);
101101
}
102102

103103
return new CliSymbolRenameState(

0 commit comments

Comments
 (0)