49 references to WithLaunchToolArgs
Aspire.Hosting (1)
DotnetToolResourceExtensions.cs (1)
54
.
WithLaunchToolArgs
(BuildToolExecArguments, showInCommandLine: false)
Aspire.Hosting.Dotnet (1)
DotnetProjectHostingExtensions.cs (1)
134
resource.
WithLaunchToolArgs
(ctx =>
Aspire.Hosting.Dotnet.Tests (5)
DotnetProjectResourceTests.cs (5)
600
.
WithLaunchToolArgs
(AddCustomLaunchToolArgs, ownedByLaunchConfigurationType: "custom")
617
.
WithLaunchToolArgs
(AddCustomLaunchToolArgs, ownedByLaunchConfigurationType: "custom")
662
.
WithLaunchToolArgs
(AddCustomLaunchToolArgs, ownedByLaunchConfigurationType: "custom")
780
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("launch-tool-arg"), ownedByLaunchConfigurationType: "custom")
810
.
WithLaunchToolArgs
(static _ => { }, ownedByLaunchConfigurationType: "custom")
Aspire.Hosting.DotnetTool.Tests (1)
AddDotnetToolTests.cs (1)
388
.
WithLaunchToolArgs
(static context =>
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
757
.
WithLaunchToolArgs
(static ctx =>
Aspire.Hosting.Java (1)
JavaHostingExtensions.cs (1)
105
.
WithLaunchToolArgs
(ctx => AddLaunchArgs(resource, ctx), ownedByLaunchConfigurationType: "java")
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
1072
builder.
WithLaunchToolArgs
(static context =>
Aspire.Hosting.Rust (1)
RustHostingExtensions.cs (1)
108
.
WithLaunchToolArgs
(context =>
Aspire.Hosting.Tests (37)
Dcp\DcpExecutorTests.cs (24)
279
.
WithLaunchToolArgs
(
334
.
WithLaunchToolArgs
(
4748
.
WithLaunchToolArgs
(ctx =>
4785
.
WithLaunchToolArgs
(ctx =>
4818
.
WithLaunchToolArgs
(static _ => { });
4850
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "test")
4890
.
WithLaunchToolArgs
(static _ => { }, ownedByLaunchConfigurationType: "test")
5022
.
WithLaunchToolArgs
(static _ => { }, ownedByLaunchConfigurationType: "test")
5890
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("launch-tool-arg"), ownedByLaunchConfigurationType: "project")
6682
.
WithLaunchToolArgs
(
7621
.
WithLaunchToolArgs
(static _ => { });
7656
.
WithLaunchToolArgs
(static ctx => ctx.Args.Add("run"), showInCommandLine: false);
8035
.
WithLaunchToolArgs
(static ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "test")
8087
.
WithLaunchToolArgs
(
8135
.
WithLaunchToolArgs
(static ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "test")
8194
.
WithLaunchToolArgs
(static _ => { }, ownedByLaunchConfigurationType: "test")
8233
.
WithLaunchToolArgs
(
8271
.
WithLaunchToolArgs
(static ctx => ctx.Args.Add("run"))
8306
.
WithLaunchToolArgs
(static ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "test")
8403
.
WithLaunchToolArgs
(static ctx => ctx.Args.Add(NullValueProvider.Instance), ownedByLaunchConfigurationType: "test")
8440
.
WithLaunchToolArgs
(static _ => { }, ownedByLaunchConfigurationType: "custom")
8475
.
WithLaunchToolArgs
(static _ => { }, ownedByLaunchConfigurationType: "custom")
8543
.
WithLaunchToolArgs
(static _ => { }, ownedByLaunchConfigurationType: "custom")
8626
.
WithLaunchToolArgs
(
ExecutableResourceBuilderExtensionTests.cs (9)
187
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("launch-tool-arg"), ownedByLaunchConfigurationType: "go")
204
.
WithLaunchToolArgs
(context => context.Args.Add("launch-tool-arg"));
245
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "go")
252
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "go");
270
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("launch-tool-arg"), ownedByLaunchConfigurationType: "go")
302
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "go")
320
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "go")
358
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "go")
380
.
WithLaunchToolArgs
(ctx => ctx.Args.Add("run"), ownedByLaunchConfigurationType: "go")
ResourceDependencyTests.cs (4)
223
.
WithLaunchToolArgs
(context => context.Args.Add(param));
284
.
WithLaunchToolArgs
(context => context.Args.Add(replaced))
285
.
WithLaunchToolArgs
(context => context.Args.Add(active));
302
.
WithLaunchToolArgs
(context => context.Args.Add(param));