Back to Scottplot

Full Build

.agents/skills/build-full/SKILL.md

5.1.59372 B
Original Source

Full Build

Run from src/ScottPlot5:

sh
dotnet workload restore
dotnet restore
dotnet build --configuration Release

If the full build succeeds and tests are requested, run:

sh
dotnet test --configuration Release --no-build --verbosity minimal

If SDK/workload/network setup blocks this, report the blocker; do not silently substitute a narrower build.