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