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