2 writes to ScriptPath
Aspire.Hosting.JavaScript (2)
JavaScriptHostingExtensions.cs (2)
2176
ScriptPath
= Path.GetFullPath(scriptPath, workingDirectory),
2213
ScriptPath
= string.Empty,
3 references to ScriptPath
Aspire.Hosting.JavaScript.Tests (3)
AddBunAppTests.cs (1)
373
Assert.Equal(Path.GetFullPath("server.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
);