2 writes to ScriptPath
Aspire.Hosting.JavaScript (2)
JavaScriptHostingExtensions.cs (2)
2843ScriptPath = Path.GetFullPath(scriptPath, workingDirectory), 2893ScriptPath = string.Empty,
4 references to ScriptPath
Aspire.Hosting.JavaScript.Tests (4)
AddBunAppTests.cs (1)
373Assert.Equal(Path.GetFullPath("server.ts", workspace.Path), launchConfig.ScriptPath);
AddDenoAppTests.cs (1)
2576Assert.Equal(Path.GetFullPath("main.ts", workspace.Path), launchConfig.ScriptPath);
AddNodeAppTests.cs (2)
607Assert.Equal(Path.GetFullPath("app.js", workspace.Path), launchConfig.ScriptPath); 625Assert.Equal(string.Empty, launchConfig.ScriptPath);