1 write to ProjectName
Aspire.Hosting.Java (1)
JavaHostingExtensions.cs (1)
1781ProjectName = classPaths is { Length: > 0 }
7 references to ProjectName
Aspire.Hosting.Java (1)
JavaLaunchConfiguration.cs (1)
55/// <see cref="ProjectName"/> when one was supplied.
Aspire.Hosting.Java.Tests (6)
AddJavaAppTests.cs (6)
1711Assert.Equal("catalog", launchConfiguration.ProjectName); 1817Assert.Equal("catalog", launchConfiguration.ProjectName); 1834Assert.Equal("orders", launchConfiguration.ProjectName); 1850launchConfiguration.ProjectName); 1872Assert.Null(launchConfiguration.ProjectName); 1908Assert.Null(launchConfiguration.ProjectName);