5 references to StartPublishedProjectAsync
Templates.Tests (5)
EmptyWebTemplateTest.cs (1)
111using (var aspNetProcess = project.StartPublishedProjectAsync())
GrpcTemplateTest.cs (1)
118using (var aspNetProcess = project.StartPublishedProjectAsync(hasListeningUri: !isWindowsOld, usePublishedAppHost: nativeAot))
IdentityUIPackageTest.cs (1)
137using (var aspNetProcess = project.StartPublishedProjectAsync())
WebApiNativeAotTemplateTest.cs (1)
83using (var aspNetProcess = project.StartPublishedProjectAsync(noHttps: true, usePublishedAppHost: true))
WorkerTemplateTest.cs (1)
82using (var aspNetProcess = project.StartPublishedProjectAsync(hasListeningUri: false, usePublishedAppHost: nativeAot))