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