SupportsDebuggingAnnotation(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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