13 references to InvokeLaunchConfigurationProducerAsync
Aspire.Hosting.Go.Tests (1)
AddGoAppTests.cs (1)
1190
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext));
Aspire.Hosting.JavaScript.Tests (2)
AddBunAppTests.cs (1)
400
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext));
AddNodeAppTests.cs (1)
632
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext));
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
897
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(resource, callbackContext));
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)
101
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(
137
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(
141
await LaunchConfigurationTestHelpers.
InvokeLaunchConfigurationProducerAsync
(