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