1 instantiation of SupportsDebuggingAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
2296
return builder.WithAnnotation(new
SupportsDebuggingAnnotation
(projectPath, debugAdapterId, requiredExtensionId));
2 references to SupportsDebuggingAnnotation
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
966
if (executable.TryGetLastAnnotation<
SupportsDebuggingAnnotation
>(out
var
supportsDebuggingAnnotation)