1 instantiation of SupportsDebuggingAnnotation
Aspire.Hosting (1)
SupportsDebuggingAnnotation.cs (1)
28
return new
SupportsDebuggingAnnotation
(launchConfigurationType, (exe, mode) =>
10 references to SupportsDebuggingAnnotation
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (2)
1261
if (executable.TryGetLastAnnotation<
SupportsDebuggingAnnotation
>(out
var
supportsDebuggingAnnotation)
ResourceBuilderExtensions.cs (1)
2894
return builder.WithAnnotation(
SupportsDebuggingAnnotation
.Create(launchConfigurationType, launchConfigurationProducer));
SupportsDebuggingAnnotation.cs (1)
26
internal static
SupportsDebuggingAnnotation
Create<T>(string launchConfigurationType, Func<string, T> launchProfileProducer)
Utils\ExtensionUtils.cs (2)
19
return builder.Resource.TryGetLastAnnotation<
SupportsDebuggingAnnotation
>(out
var
supportsDebuggingAnnotation)
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();