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