1 write to ProjectName
Aspire.Hosting.Java (1)
JavaHostingExtensions.cs (1)
1780ProjectName = classPaths is { Length: > 0 }
7 references to ProjectName
Aspire.Hosting.Java (1)
JavaLaunchConfiguration.cs (1)
48/// <see cref="ProjectName"/> when one was supplied.
Aspire.Hosting.Java.Tests (6)
AddJavaAppTests.cs (6)
1598Assert.Equal("catalog", launchConfiguration.ProjectName); 1704Assert.Equal("catalog", launchConfiguration.ProjectName); 1721Assert.Equal("orders", launchConfiguration.ProjectName); 1737launchConfiguration.ProjectName); 1759Assert.Null(launchConfiguration.ProjectName); 1795Assert.Null(launchConfiguration.ProjectName);