Contributions are welcome. Submit a pull request or open an issue as necessary.
- .NET 10 SDK
- Docker (optional, for container builds)
All commands are run from the src/ directory:
dotnet restore
dotnet build -c Release --no-restore
dotnet test --no-restore -v normal -c ReleaseTo run a single test class:
dotnet test --no-restore --filter "ClassName=Valleysoft.Dredge.Tests.CompareLayersCommandTests"