Skip to content
DocsTry Aspire
DocsTry

SupportsDebuggingAnnotation

Classsealednet10.0
📦 Aspire.Hosting v13.5.3
Indicates that a resource can be launched by an IDE or extension host so it can be debugged, instead of being started as a plain process by Aspire.
namespace Aspire.Hosting.ApplicationModel;
public sealed class SupportsDebuggingAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}