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