4 writes to ProjectName
Aspire.Hosting.Tests (4)
DistributedApplicationBuilderTests.cs (2)
195ProjectName = "TestApp", 202ProjectName = "TestApp", // Same name, different path
DistributedApplicationOptionsTests.cs (2)
77ProjectName = "CustomName" 121ProjectName = "ExplicitlySetName"
3 references to ProjectName
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (1)
214var appHostName = options.ProjectName ?? _innerBuilder.Environment.ApplicationName;
DistributedApplicationOptions.cs (2)
181var name = ProjectName; 201var projectName = ProjectName;