3 references to SupportsDebugging
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (2)
1417
if (executable.
SupportsDebugging
(_configuration, out var supportsDebuggingAnnotation))
1470
if (project.
SupportsDebugging
(_configuration, out _))
ResourceBuilderExtensions.cs (1)
3098
if (resourceWithArgs.Resource.
SupportsDebugging
(builder.ApplicationBuilder.Configuration, out _) && argsCallback is not null)