3 instantiations of GoAppResource
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
88
var resource = new
GoAppResource
(name, appDirectory);
Aspire.Hosting.Go.Tests (2)
GoPublicApiTests.cs (2)
24
var action = () => new
GoAppResource
(name, workingDirectory);
37
var action = () => new
GoAppResource
(name, workingDirectory: null!);
20 references to GoAppResource
Aspire.Hosting.Go (13)
GoHostingExtensions.cs (13)
72
public static IResourceBuilder<
GoAppResource
> AddGoApp(
88
var
resource = new GoAppResource(name, appDirectory);
174
var logger = ctx.Services.GetService<ILogger<
GoAppResource
>>();
341
where T :
GoAppResource
358
where T :
GoAppResource
409
where T :
GoAppResource
455
where T :
GoAppResource
503
where T :
GoAppResource
580
where T :
GoAppResource
639
where T :
GoAppResource
663
where T :
GoAppResource
697
where T :
GoAppResource
731
where T :
GoAppResource
Aspire.Hosting.Go.Tests (7)
AddGoAppTests.cs (1)
943
Assert.IsType<
GoAppResource
>(app.Resource, exactMatch: false);
GoPublicApiTests.cs (6)
226
IResourceBuilder<
GoAppResource
> builder = null!;
283
IResourceBuilder<
GoAppResource
> builder = null!;
318
IResourceBuilder<
GoAppResource
> builder = null!;
352
IResourceBuilder<
GoAppResource
> builder = null!;
386
IResourceBuilder<
GoAppResource
> builder = null!;
420
IResourceBuilder<
GoAppResource
> builder = null!;