4 writes to ApplicationName
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
190hostBuilderOptions.ApplicationName = entryPointAssembly.GetName().Name ?? string.Empty;
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));