14 references to InvokeLaunchConfigurationProducerAsync
Aspire.Hosting.Go.Tests (1)
AddGoAppTests.cs (1)
1190
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext));
Aspire.Hosting.JavaScript.Tests (3)
AddBunAppTests.cs (1)
400
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext));
AddDenoAppTests.cs (1)
2692
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext));
AddNodeAppTests.cs (1)
632
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext));
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
1433
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext).DefaultTimeout());
Aspire.Hosting.Python.Tests (1)
AddPythonAppTests.cs (1)
1635
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext));
Aspire.Hosting.Rust.Tests (5)
RustPublicApiTests.cs (5)
346
() => LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(app.Resource, callbackContext));
415
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(app.Resource, firstContext));
417
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(app.Resource, secondContext));
515
var launchTask = LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(app.Resource, callbackContext);
543
var launchConfiguration = await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(
Aspire.Hosting.Tests (3)
ExecutableResourceBuilderExtensionTests.cs (3)
116
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(
152
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(
156
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(