So far, I've had the default namespace of the folder (as generated by the editor) used as the namespace for the extensions added to the IDistributedApplicationBuilder. But this is counter to the way the .NET Aspire integrations are created, so we should follow their pattern.
So far, I've had the default namespace of the folder (as generated by the editor) used as the namespace for the extensions added to the
IDistributedApplicationBuilder. But this is counter to the way the .NET Aspire integrations are created, so we should follow their pattern.