21 references to WithDenoRuntimeArgs
Aspire.Hosting.JavaScript (2)
DenoHostingExtensions.cs (2)
713
/// Rejects <see cref="
WithDenoRuntimeArgs
(IResourceBuilder{DenoAppResource}, string[])"/> entries that
823
/// <see cref="
WithDenoRuntimeArgs
(IResourceBuilder{DenoAppResource}, string[])"/>.
Aspire.Hosting.JavaScript.Tests (19)
AddDenoAppTests.cs (19)
509
.
WithDenoRuntimeArgs
(runtimeArg);
529
.
WithDenoRuntimeArgs
("--env-file=.env.production");
550
.
WithDenoRuntimeArgs
("--allow-net", "--cert", "ca.pem", "--no-remote", "--vendor=true");
576
app.
WithDenoRuntimeArgs
(@"--cert=certs\ca.pem");
580
app.
WithDenoRuntimeArgs
("--cert", @"certs\ca.pem");
617
.
WithDenoRuntimeArgs
("-A", "--allow-read", "/data", "--cached-only");
638
.
WithDenoRuntimeArgs
("--lock");
910
.
WithDenoRuntimeArgs
("--no-lock");
1027
.
WithDenoRuntimeArgs
(cacheFlag);
1635
.
WithDenoRuntimeArgs
(runtimeArgs);
1724
() => GetDenoArgsAsync(d => d.WithDenoServe().
WithDenoRuntimeArgs
(runtimeArgs)));
1763
.
WithDenoRuntimeArgs
(runtimeArgs)));
1782
.
WithDenoRuntimeArgs
(runtimeArgs)));
1795
.
WithDenoRuntimeArgs
("--lock", "other.lock")));
1815
.
WithDenoRuntimeArgs
(runtimeArgs));
1828
.
WithDenoRuntimeArgs
("--import-map", "import_map.json"));
1840
.
WithDenoRuntimeArgs
("--config", "other.json")));
1853
.
WithDenoRuntimeArgs
("--parallel"), entrypoint: "server.ts");
2230
.
WithDenoRuntimeArgs
("--v8-flags=--max-old-space-size=4096", "--seed", "42"));