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
fix: Add uint handling to Wrap in AdditionalExtensions for iOS (#48)
When the `Wrap` method is called on a `uint` value, the mapper did not have handling for the `uint` type and would fall through to the NotSupportedException at the end of the method.
This error occurred when using the `LayerPosition.At` builder method, which accepts a `uint` as a layer position.
0 commit comments