SupportsDebuggingAnnotation(String, String, String) Constructor

Definition

Represents an annotation that specifies that the resource can be debugged by the Aspire Extension.

<param name="projectPath">The entrypoint of the resource.</param><param name="debugAdapterId">The debug adapter ID to use for debugging.</param><param name="requiredExtensionId">The ID of the required extension that provides the debug adapter.</param>
public SupportsDebuggingAnnotation(string projectPath, string debugAdapterId, string? requiredExtensionId);
new Aspire.Hosting.ApplicationModel.SupportsDebuggingAnnotation : string * string * string -> Aspire.Hosting.ApplicationModel.SupportsDebuggingAnnotation
Public Sub New (projectPath As String, debugAdapterId As String, requiredExtensionId As String)

Parameters

projectPath
String
debugAdapterId
String
requiredExtensionId
String

Applies to