File tree Expand file tree Collapse file tree
src/Tocsoft.DateTimeAbstractions.Analyzer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ namespace Tocsoft.DateTimeAbstractions.Analyzer
1919 [ Shared ]
2020 public class DateTimeOffsetUsageCodeFixProvider : CodeFixProvider
2121 {
22- private const string Title = "Replace DateTimeOffset with ClockOffset" ;
22+ private const string Title = "Replace with ClockOffset" ;
2323
2424 public sealed override ImmutableArray < string > FixableDiagnosticIds
2525 {
26- get { return ImmutableArray . Create ( DateTimeUsageAnalyzer . DiagnosticId ) ; }
26+ get { return ImmutableArray . Create ( DateTimeOffsetUsageAnalyzer . DiagnosticId ) ; }
2727 }
2828
2929 public sealed override FixAllProvider GetFixAllProvider ( )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace Tocsoft.DateTimeAbstractions.Analyzer
1919 [ Shared ]
2020 public class DateTimeUsageCodeFixProvider : CodeFixProvider
2121 {
22- private const string Title = "Replace DateTime with Clock" ;
22+ private const string Title = "Replace with Clock" ;
2323
2424 public sealed override ImmutableArray < string > FixableDiagnosticIds
2525 {
You can’t perform that action at this time.
0 commit comments