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
feat: add SquashOption support to ProjectUpdate and mock (#1079)
* Add `SquashOption` property to `ProjectUpdate` model with JSON serialization
* Add `SquashOption` property to the mock `Project` class
* Handle `SquashOption` in the mock `ProjectClient.Update` method
* Map `SquashOption` through `ToClientProject` using `DynamicEnum<SquashOption>`
* Update PublicAPI.Unshipped.txt for all target frameworks
* Add mock tests verifying SquashOption is applied on update and retained when omitted
Co-authored-by: Thomas Cortes <78750681+Toa741@users.noreply.github.com>
0 commit comments