8 references to WithModDownload
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
51
/// Use <see cref="WithModTidy{T}"/>, <see cref="WithModVendor{T}"/>, or <see cref="
WithModDownload
{T}"/>
Aspire.Hosting.Go.Tests (7)
AddGoAppTests.cs (3)
315
var app = builder.AddGoApp("api", AppContext.BaseDirectory).
WithModDownload
();
1118
.
WithModDownload
();
1135
.
WithModDownload
();
GoPublicApiTests.cs (4)
354
var action = () => builder.
WithModDownload
();
365
.
WithModDownload
()
366
.
WithModDownload
();
376
builder.AddGoApp("api", builder.AppHostDirectory).
WithModDownload
();