5 references to DebugSupportExtensions
Aspire.Hosting (1)
SupportsDebuggingAnnotation.cs (1)
16
/// <see cref="
DebugSupportExtensions
.SupportsDebugging"/> to test for that.
Aspire.Hosting.Tests (4)
DebugSupportExtensionsTests.cs (4)
40
var methods = typeof(
DebugSupportExtensions
)
42
.Where(method => method.Name == nameof(
DebugSupportExtensions
.CreateLaunchConfigurationAsync))
69
var inspectionOverload = typeof(
DebugSupportExtensions
).GetMethod(
70
nameof(
DebugSupportExtensions
.CreateLaunchConfigurationAsync),