1 instantiation of DenoCommandLineAnnotation
Aspire.Hosting.JavaScript (1)
DenoHostingExtensions.cs (1)
32
annotation = new
DenoCommandLineAnnotation
();
42 references to DenoCommandLineAnnotation
Aspire.Hosting.JavaScript (42)
DenoHostingExtensions.cs (37)
21
/// <see cref="
DenoCommandLineAnnotation
"/>; flags compose regardless of call order and are emitted in valid Deno
28
private static
DenoCommandLineAnnotation
GetOrAddDenoAnnotation(IResourceBuilder<DenoAppResource> builder)
30
if (!builder.Resource.TryGetLastAnnotation<
DenoCommandLineAnnotation
>(out
var
annotation))
86
var
annotation = GetOrAddDenoAnnotation(builder);
189
var
annotation = GetOrAddDenoAnnotation(builder);
204
var
annotation = GetOrAddDenoAnnotation(builder);
233
var
annotation = GetOrAddDenoAnnotation(builder);
254
var
annotation = GetOrAddDenoAnnotation(builder);
286
var
annotation = GetOrAddDenoAnnotation(builder);
321
var
annotation = GetOrAddDenoAnnotation(builder);
338
var
annotation = GetOrAddDenoAnnotation(builder);
360
var
annotation = GetOrAddDenoAnnotation(builder);
378
private static void RemoveDenoServeEndpoint(IResourceBuilder<DenoAppResource> builder,
DenoCommandLineAnnotation
annotation)
413
var
annotation = GetOrAddDenoAnnotation(builder);
480
var
annotation = GetOrAddDenoAnnotation(builder);
499
var
annotation = GetOrAddDenoAnnotation(builder);
511
DenoCommandLineAnnotation
deno,
599
private static void AppendPermissionFlags(List<object> args,
DenoCommandLineAnnotation
deno, bool usePublishDefaultPermissions)
651
private static void AppendResolutionFlags(List<object> args,
DenoCommandLineAnnotation
deno)
656
private static void AppendTaskResolutionFlags(List<object> args,
DenoCommandLineAnnotation
deno)
661
private static IEnumerable<string> GetResolutionFlags(
DenoCommandLineAnnotation
deno)
664
private static IEnumerable<string> GetResolutionFlags(
DenoCommandLineAnnotation
deno, bool includeImportMap)
704
private static void AppendUnstableFlags(List<object> args,
DenoCommandLineAnnotation
deno)
729
DenoCommandLineAnnotation
deno,
756
DenoCommandLineAnnotation
deno,
855
private static void AppendWatchFlags(List<object> args,
DenoCommandLineAnnotation
deno)
869
private static void AppendInspectFlags(List<object> args,
DenoCommandLineAnnotation
deno)
907
var
deno = resource.TryGetLastAnnotation<
DenoCommandLineAnnotation
>(out
var
denoAnnotation) ? denoAnnotation : null;
963
if (resource.TryGetLastAnnotation<
DenoCommandLineAnnotation
>(out
var
deno) &&
1061
if (resource.TryGetLastAnnotation<
DenoCommandLineAnnotation
>(out _) &&
1196
if (resource.TryGetLastAnnotation<
DenoCommandLineAnnotation
>(out
var
deno))
1397
private static bool ShouldUseFrozenLock(
DenoCommandLineAnnotation
deno, string workingDirectory)
JavaScriptHostingExtensions.cs (5)
837
if (c.Resource.TryGetLastAnnotation<
DenoCommandLineAnnotation
>(out
var
denoCommandLine))
2823
var
denoCommandLine = launchConfigType == "deno" &&
2824
resource.TryGetLastAnnotation<
DenoCommandLineAnnotation
>(out
var
deno)