Skip to content

Commit cbeb518

Browse files
committed
refactor: Update DTO generation method to group snippets by namespace
1 parent 35ff744 commit cbeb518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/Services/CodeGenerationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public GeneratedOutput GenerateOutput(
101101
}
102102

103103
// Generate DTOs with global deduplication
104-
var dtoCode = GenerateSourceCodeSnippets.BuildGlobalDtoCodeSnippet(
104+
var dtoCode = GenerateSourceCodeSnippets.BuildDtoCodeSnippetsGroupedByNamespace(
105105
allDtoClasses,
106106
config
107107
);

0 commit comments

Comments
 (0)