9 references to WithModTidy
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 (8)
AddGoAppTests.cs (4)
265var app = builder.AddGoApp("api", AppContext.BaseDirectory).WithModTidy(); 1099.WithModTidy() 1117.WithModTidy() 1133.WithModTidy()
GoPublicApiTests.cs (4)
285var action = () => builder.WithModTidy(); 296.WithModTidy() 297.WithModTidy(); 308builder.AddGoApp("api", builder.AppHostDirectory).WithModTidy();