4 references to SupportsDebugging
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (3)
1422
if (executable.
SupportsDebugging
(_configuration, out _))
1473
if (project.
SupportsDebugging
(_configuration, out var supportsDebuggingAnnotation))
1881
if (er.ModelResource.
SupportsDebugging
(_configuration, out var supportsDebuggingAnnotation)
ResourceBuilderExtensions.cs (1)
3307
if (resourceWithArgs.Resource.
SupportsDebugging
(builder.ApplicationBuilder.Configuration, out _) && argsCallback is not null)