2 references to Tags
Aspire.Hosting.Go (2)
GoHostingExtensions.cs (2)
779ctx.Args.Add($"-tags={string.Join(",", tagsAnnotation.Tags)}"); 837parts.Add($"-tags={ShellQuote(string.Join(",", tagsAnnotation.Tags))}");