Skip to content

Commit

Permalink
Change CodeFix title
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianAmbrosini committed May 26, 2023
1 parent d536456 commit f36fb2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace SonarAnalyzer.Rules.CSharp
[ExportCodeFixProvider(LanguageNames.CSharp)]
public sealed class LinkedListPropertiesInsteadOfMethodsCodeFix : SonarCodeFix
{
private const string Title = "Use the 'LinkedList' property";
private const string Title = "Replace extension method call with property";

public override ImmutableArray<string> FixableDiagnosticIds { get; } =
ImmutableArray.Create(LinkedListPropertiesInsteadOfMethods.DiagnosticId);
Expand Down

0 comments on commit f36fb2d

Please sign in to comment.