Verification

Use these commands to verify the repository end to end.

Build the solution

dotnet build Spline.slnx

Run the unit tests

dotnet test Spline.slnx

Produce package artifacts

dotnet pack src/Spline/Spline.csproj -c Release -o artifacts/packages

Build and validate docs

bash ./check-docs.sh

Manual sample validation

dotnet run --project samples/DemoSpline/DemoSpline.csproj

Use the sample app to check editing gestures, freehand tracing, rendering, and tuner behavior against your library changes.