3 references to CreateProjectAsync
Aspire.Hosting.Dotnet.Tests (3)
DotnetProjectOptionsTests.cs (3)
27
var projectPath = await
CreateProjectAsync
(workspace.Path, includeKestrel: false);
50
var projectPath = await
CreateProjectAsync
(workspace.Path, includeKestrel: false);
72
var projectPath = await
CreateProjectAsync
(workspace.Path, includeKestrel: true);