2 writes to Labels
Aspire.Hosting.DevTunnels (2)
DevTunnelResourceBuilderExtensions.cs (2)
73
options.
Labels
??= [];
251
Labels
= labels is null ? null : [.. labels]
5 references to Labels
Aspire.Hosting.DevTunnels (5)
DevTunnelCli.cs (2)
65
.AddValues("--labels", options.
Labels
)
82
.AddValues("--add-labels", options.
Labels
)
DevTunnelOptions.cs (1)
55
internal string ToLoggerString() => $"{{ Description={Description}, AllowAnonymous={AllowAnonymous}, Labels=[{string.Join(", ",
Labels
?? [])}], Region={Region} }}";
DevTunnelResourceBuilderExtensions.cs (2)
74
options.
Labels
.Add($"aspire_{name}-{appHostId}");
77
if (!TryValidateLabels(options.
Labels
, out var errorMessage))