Skip to content
Docs Try Aspire
Docs Try

withVetTool

Method
📦 Aspire.Hosting.Go v13.4.0-preview.1.26281.18
interface GoAppResource {
// ... omitted for brevity
withVetTool(): GoAppResource;
}

Signature

method withVetTool builder
Runs `go vet ./...` before starting the application to catch static analysis issues. The main application waits for the vet step to complete successfully before launching.
withVetTool(): GoAppResource
GoAppResource

Applies to

This method applies to the following types: