Build and Test

Use the solution-level commands from repository root to validate engine changes.

Build

dotnet build RemakeEngine.slnx

Test

dotnet test RemakeEngine.slnx --nologo

Optional Coverage Collection

dotnet test RemakeEngine.slnx --collect "XPlat Code Coverage"

Build Documentation Locally

From repository root:

mdbook build RemakeEngineDocs

If mdbook is not installed globally, you can use the bundled executable in RemakeEngineDocs.