1 instantiation of SupportsDebuggingAnnotation
Aspire.Hosting (1)
SupportsDebuggingAnnotation.cs (1)
29return new SupportsDebuggingAnnotation(requiredExtensionId, (exe, mode) =>
8 references to SupportsDebuggingAnnotation
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
968if (executable.TryGetLastAnnotation<SupportsDebuggingAnnotation>(out var supportsDebuggingAnnotation)
ResourceBuilderExtensions.cs (1)
2392return builder.WithAnnotation(SupportsDebuggingAnnotation.Create(requiredExtensionId, launchConfigurationProducer));
SupportsDebuggingAnnotation.cs (1)
27internal static SupportsDebuggingAnnotation Create<T>(string? requiredExtensionId, Func<string, T> launchProfileProducer)
Aspire.Hosting.Tests (4)
ExecutableResourceBuilderExtensionTests.cs (4)
82var annotation = executable.Resource.Annotations.OfType<SupportsDebuggingAnnotation>().SingleOrDefault(); 100var annotation = executable.Resource.Annotations.OfType<SupportsDebuggingAnnotation>().SingleOrDefault();