You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added typed CleanAsync, EraseAsync, JoinAsync, RenameFieldsAsync, and InfoAsync helpers to MapshaperClient.
Added integration coverage that runs against the mapshaper CLI in CI.
Changed
Use ProcessStartInfo.ArgumentList when available for safer, platform-native command argument handling while retaining compatibility with netstandard2.0 runtimes.
Kept the broader mapshaper command surface in MapshaperPipeline, with raw argument pass-through for command-specific options.