Skip to content

Commit

Permalink
add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Jan 3, 2025
1 parent 254aba7 commit c4a9678
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ private async Task<Project> RemoveModelsFromDocumentAsync(Project project,
return document.Project;
}

// TODO -- here we should add the customization project in here as well otherwise this post processor will not know the existence of the customization code.
private async Task<HashSet<INamedTypeSymbol>> GetRootSymbolsAsync(Project project, TypeSymbols modelSymbols)
{
var result = new HashSet<INamedTypeSymbol>(SymbolEqualityComparer.Default);
Expand Down

0 comments on commit c4a9678

Please sign in to comment.