Upstream Sync Task
@Copilot please port the upstream changes listed below to C# and open a pull request.
New commits have been pushed to mapbox/earcut since the last sync.
Previous synced commit: f183d7a
New upstream commit: ece414e
Full diff: mapbox/earcut@f183d7a...ece414e
Upstream commits to port
- ece414e Add MichaCo/Earcut C#/.NET port to README (#206)
What to port
Please port all upstream changes to C# and open a pull request. Follow the PORTING_GUIDE.md for language mapping conventions.
Key files to check in the upstream diff:
src/earcut.js → port any algorithm changes to src/Earcut/Earcut.cs
test/fixtures/*.json → copy any new/changed fixtures to test/Earcut.Tests/fixtures/
test/expected.json → update test/Earcut.Tests/expected.json to match
After porting:
- Run
dotnet test and ensure all tests pass
- Update
PORTING_GUIDE.md if new language patterns were introduced
Upstream Sync Task
@Copilot please port the upstream changes listed below to C# and open a pull request.
New commits have been pushed to mapbox/earcut since the last sync.
Previous synced commit:
f183d7aNew upstream commit:
ece414eFull diff: mapbox/earcut@f183d7a...ece414e
Upstream commits to port
What to port
Please port all upstream changes to C# and open a pull request. Follow the PORTING_GUIDE.md for language mapping conventions.
Key files to check in the upstream diff:
src/earcut.js→ port any algorithm changes tosrc/Earcut/Earcut.cstest/fixtures/*.json→ copy any new/changed fixtures totest/Earcut.Tests/fixtures/test/expected.json→ updatetest/Earcut.Tests/expected.jsonto matchAfter porting:
dotnet testand ensure all tests passPORTING_GUIDE.mdif new language patterns were introduced