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)
4906return builder.WithDebugSupport(
Aspire.Hosting.Rust (1)
RustHostingExtensions.cs (1)
642return builder.WithDebugSupport(
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (5)
4608.WithDebugSupport( 6430projectBuilder.WithDebugSupport( 6565projectBuilder.WithDebugSupport( 9643builder.AddResource(debuggableExecutable).WithDebugSupport<TestExecutableResource, ExecutableLaunchConfiguration>( 9740projectBuilder.WithDebugSupport<ProjectResource, ExecutableLaunchConfiguration>(
DebugSupportExtensionsTests.cs (3)
81.WithDebugSupport(context => 219.WithDebugSupport(context => 260.WithDebugSupport(context =>