4 writes to ProjectName
Aspire.Hosting.Tests (4)
DistributedApplicationBuilderTests.cs (2)
333ProjectName = "TestApp", 340ProjectName = "TestApp", // Same name, different path
DistributedApplicationOptionsTests.cs (2)
78ProjectName = "CustomName" 122ProjectName = "ExplicitlySetName"
3 references to ProjectName
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (1)
258var appHostName = options.ProjectName ?? _innerBuilder.Environment.ApplicationName;
DistributedApplicationOptions.cs (2)
180var name = ProjectName; 200var projectName = ProjectName;