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