10 references to WithDebugSupport
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
4874return builder.WithDebugSupport(
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (6)
7374projectBuilder.WithDebugSupport( 7416builder.AddResource(debuggableExecutable).WithDebugSupport( 7455builder.AddResource(debuggableExecutable).WithDebugSupport<TestExecutableResource, ExecutableLaunchConfiguration>( 7976.WithDebugSupport(CreateProjectLaunchConfiguration, "project"); 8307.WithDebugSupport( 8353.WithDebugSupport(
DebugSupportExtensionsTests.cs (2)
180.WithDebugSupport(async (mode, _) => 200.WithDebugSupport((mode, cancellationToken) =>
ExecutableResourceBuilderExtensionTests.cs (1)
130.WithDebugSupport(async (mode, _) =>