1 instantiation of Config
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
186composeFile.AddConfig(new()
3 references to Config
Aspire.Hosting.Docker (3)
Resources\ComposeFile.cs (3)
93/// an instance of the <see cref="Config"/> class that contains the associated configuration details. 96public Dictionary<string, Config> Configs { get; set; } = []; 147public ComposeFile AddConfig(Config config)