8 references to WithModVendor
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)
290
var app = builder.AddGoApp("api", AppContext.BaseDirectory).
WithModVendor
();
1100
.
WithModVendor
();
1134
.
WithModVendor
()
GoPublicApiTests.cs (4)
320
var action = () => builder.
WithModVendor
();
331
.
WithModVendor
()
332
.
WithModVendor
();
342
builder.AddGoApp("api", builder.AppHostDirectory).
WithModVendor
();