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