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