5 references to WithVetTool
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
52/// to manage module dependencies before startup, and <see cref="WithVetTool{T}"/> to run static analysis.
Aspire.Hosting.Go.Tests (4)
GoPublicApiTests.cs (4)
388var action = () => builder.WithVetTool(); 399.WithVetTool() 400.WithVetTool(); 410builder.AddGoApp("api", builder.AppHostDirectory).WithVetTool();