Skip to content

Commit 0553af2

Browse files
register clientbuilderextension as non root type (#51888)
1 parent c11186e commit 0553af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/packages/http-client-csharp/generator/Azure.Generator/src/Providers/ClientBuilderExtensionsDefinition.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public ClientBuilderExtensionsDefinition(IEnumerable<ClientProvider> publicClien
3131
_publicClients = publicClients;
3232
_resourceProviderName = TypeNameUtilities.GetResourceProviderName();
3333
AzureClientGenerator.Instance.AddTypeToKeep(this);
34+
AzureClientGenerator.Instance.AddNonRootType(this);
3435
}
3536

3637
protected override string BuildRelativeFilePath() => Path.Combine("src", "Generated", $"{Name}.cs");

0 commit comments

Comments
 (0)