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)
42
Args = options.
Args
,
97
Args = options.
Args
,
105
ApplyDefaultAppConfigurationSlim(_hostApplicationBuilder.Environment, configuration, options.
Args
);
160
Args = options.
Args
,