Skip to content

Commit 668c68b

Browse files
committed
add a note
1 parent 3f9c94d commit 668c68b

File tree

1 file changed

+1
-0
lines changed
  • packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/PostProcessing

1 file changed

+1
-0
lines changed

Diff for: packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/PostProcessing/PostProcessor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ private async Task<Project> RemoveModelsFromDocumentAsync(Project project,
385385
return document.Project;
386386
}
387387

388+
// 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.
388389
private async Task<HashSet<INamedTypeSymbol>> GetRootSymbolsAsync(Project project, TypeSymbols modelSymbols)
389390
{
390391
var result = new HashSet<INamedTypeSymbol>(SymbolEqualityComparer.Default);

0 commit comments

Comments
 (0)