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)
315var app = builder.AddGoApp("api", AppContext.BaseDirectory).WithModDownload(); 1118.WithModDownload(); 1135.WithModDownload();
GoPublicApiTests.cs (4)
354var action = () => builder.WithModDownload(); 365.WithModDownload() 366.WithModDownload(); 376builder.AddGoApp("api", builder.AppHostDirectory).WithModDownload();