23 references to CreateCallbackContext
Aspire.Hosting.Dotnet.Tests (7)
DotnetProjectBuildCoordinatorTests.cs (5)
925var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext( 1126var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext( 1188var refreshedCallbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext( 1503var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext( 1619var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(
DotnetProjectResourceTests.cs (2)
581var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext( 620var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(
Aspire.Hosting.Go.Tests (1)
AddGoAppTests.cs (1)
1188var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(resource);
Aspire.Hosting.JavaScript.Tests (3)
AddBunAppTests.cs (1)
398var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(resource);
AddDenoAppTests.cs (1)
2688var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(
AddNodeAppTests.cs (1)
630var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(resource);
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
1429var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(
Aspire.Hosting.Python.Tests (1)
AddPythonAppTests.cs (1)
1633var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(resource);
Aspire.Hosting.Rust.Tests (5)
RustPublicApiTests.cs (5)
343var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(app.Resource); 407var firstContext = LaunchConfigurationTestHelpers.CreateCallbackContext( 410var secondContext = LaunchConfigurationTestHelpers.CreateCallbackContext( 514var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(app.Resource, cancellationToken: cts.Token); 540var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(
Aspire.Hosting.Tests (5)
DebugSupportExtensionsTests.cs (2)
273var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext( 470var callbackContext = LaunchConfigurationTestHelpers.CreateCallbackContext(
ExecutableResourceBuilderExtensionTests.cs (3)
118LaunchConfigurationTestHelpers.CreateCallbackContext( 154LaunchConfigurationTestHelpers.CreateCallbackContext(syncExecutable.Resource))); 158LaunchConfigurationTestHelpers.CreateCallbackContext(asyncExecutable.Resource)));