7 references to WithDenoUnstable
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
800/// <see cref="WithDenoConfig"/>, <see cref="WithDenoUnstable"/>, <see cref="WithDenoServe"/>). Configuring any of
Aspire.Hosting.JavaScript.Tests (6)
AddDenoAppTests.cs (6)
235.WithDenoUnstable("sloppy-imports"); 958.WithDenoUnstable("sloppy-imports"); 2044.WithDenoUnstable("kv", "worker-options") 2045.WithDenoUnstable("--unstable-sloppy-imports")); 2061var exception = Assert.Throws<ArgumentException>(() => denoApp.WithDenoUnstable("--allow-all")); 2251.WithDenoUnstable("kv")