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 initThe 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
| Package | Version | Required |
|---|---|---|
| .NET | 9.0+ | Yes |
| Marten | 8.0+ | Optional |
| Wolverine | 4.0+ | Optional |