1 instantiation of GoLaunchConfiguration
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
748return new GoLaunchConfiguration
4 references to GoLaunchConfiguration
Aspire.Hosting.Go.Tests (4)
AddGoAppTests.cs (4)
517var launchConfig = await CreateLaunchConfigurationAsync(app.Resource); 535var launchConfig = await CreateLaunchConfigurationAsync(app.Resource); 1186private static async Task<GoLaunchConfiguration> CreateLaunchConfigurationAsync(IResource resource) 1189return Assert.IsType<GoLaunchConfiguration>(