1 instantiation of Config
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
186
composeFile.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.
96
public Dictionary<string,
Config
> Configs { get; set; } = [];
147
public ComposeFile AddConfig(
Config
config)