4 writes to Args
aspire-managed (1)
Program.cs (1)
20
Args
= args,
Microsoft.AspNetCore (3)
WebApplication.cs (3)
96
new WebApplicationBuilder(new() {
Args
= args }).Build();
118
new(new() {
Args
= args });
126
new(new() {
Args
= args }, slim: true);
4 references to Args
Microsoft.AspNetCore (4)
WebApplicationBuilder.cs (4)
44
Args = options.
Args
,
99
Args = options.
Args
,
107
ApplyDefaultAppConfigurationSlim(_hostApplicationBuilder.Environment, configuration, options.
Args
);
162
Args = options.
Args
,