Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion AutoEntityGenerator/EntityGeneratorCodeAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public EntityGeneratorCodeAction(ILogger<EntityGeneratorCodeAction> logger, Docu
_typeSymbol = typeSymbol;
}

// TO Consider: convert the title to a LocalizedString or to a confiruated-value rather than a hardcoded one..
public override string Title => "🔧 Generate DTO and mapping 🛠️";

protected override Task<IEnumerable<CodeActionOperation>> ComputeOperationsAsync(CancellationToken cancellationToken)
Expand Down