11 references to WithDebugSupport
Aspire.Hosting (2)
ApplicationModel\DebugSupportExtensions.cs (1)
153
/// <see cref="ResourceBuilderExtensions.
WithDebugSupport
{T, TLaunchConfiguration}(IResourceBuilder{T}, Func{LaunchConfigurationCallbackContext, Task{TLaunchConfiguration}}, string)"/>,
ResourceBuilderExtensions.cs (1)
4906
return builder.
WithDebugSupport
(
Aspire.Hosting.Rust (1)
RustHostingExtensions.cs (1)
642
return builder.
WithDebugSupport
(
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (5)
4608
.
WithDebugSupport
(
6430
projectBuilder.
WithDebugSupport
(
6565
projectBuilder.
WithDebugSupport
(
9643
builder.AddResource(debuggableExecutable).
WithDebugSupport
<TestExecutableResource, ExecutableLaunchConfiguration>(
9740
projectBuilder.
WithDebugSupport
<ProjectResource, ExecutableLaunchConfiguration>(
DebugSupportExtensionsTests.cs (3)
81
.
WithDebugSupport
(context =>
219
.
WithDebugSupport
(context =>
260
.
WithDebugSupport
(context =>