1 write to Arguments
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
452Arguments = new(),
4 references to Arguments
Aspire.Hosting (3)
ApplicationModel\ResourceExtensions.cs (3)
465if (!context.Arguments.Any() && !context.EnvironmentVariables.Any()) 476if (context.Arguments.Any()) 480args.AddRange(context.Arguments);
Aspire.Hosting.NodeJs (1)
NodeExtensions.cs (1)
94ctx.Arguments.Add("--use-openssl-ca");