5 writes to ApplicationName
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
155hostBuilderOptions.ApplicationName = _entryPoint.Assembly.GetName().Name ?? string.Empty;
Aspire.Hosting.Tests (1)
Utils\TestDistributedApplicationBuilder.cs (1)
93hostBuilderOptions.ApplicationName = appAssembly.GetName().Name;
Microsoft.AspNetCore (3)
WebApplicationBuilder.cs (3)
43ApplicationName = options.ApplicationName, 98ApplicationName = options.ApplicationName, 159ApplicationName = options.ApplicationName,
2 references to ApplicationName
Microsoft.Extensions.Hosting (2)
HostApplicationBuilder.cs (2)
144if (settings.ApplicationName is not null) 147optionList.Add(new KeyValuePair<string, string?>(HostDefaults.ApplicationKey, settings.ApplicationName));