SupportsDebuggingAnnotation Class
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 sealed class SupportsDebuggingAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type SupportsDebuggingAnnotation = class
interface IResourceAnnotation
Public NotInheritable Class SupportsDebuggingAnnotation
Implements IResourceAnnotation
- Inheritance
-
SupportsDebuggingAnnotation
- Implements
Constructors
| SupportsDebuggingAnnotation(String, String, String) |
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> |
Properties
| DebugAdapterId |
Gets the debug adapter ID. |
| ProjectPath |
Gets the project path. |
| RequiredExtensionId |
Gets the required extension ID. |