3 references to ShellQuote
Aspire.Hosting.Go (3)
GoHostingExtensions.cs (3)
837parts.Add($"-tags={ShellQuote(string.Join(",", tagsAnnotation.Tags))}"); 842parts.Add($"-ldflags={ShellQuote(ldFlagsAnnotation.Flags)}"); 847parts.Add($"-gcflags={ShellQuote(gcFlagsAnnotation.Flags)}");