Skip to content

Installation

Stoat is one NuGet package and no configuration file to write by hand. Add it to the project you want help with — usually the one with the handlers in it — and it picks up the rest of the stack from your existing setup.

bash
dotnet add package Stoat
dotnet stoat init

The init step writes a single stoat.json next to your solution file and nothing else. Commit it; your teammates get the same conventions.

TIP

Run dotnet stoat watch and it keeps up with the branch you're on.

Requirements

PackageVersionRequired
.NET9.0+Yes
Marten8.0+Optional
Wolverine4.0+Optional

Next steps

Released under the MIT License.