xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.42k stars 507 forks source link

Binding request for URLPathAllowedCharacterSet #20745

Closed tipa closed 1 week ago

tipa commented 1 week ago

Steps to Reproduce

Try to use stringByAddingPercentEncodingWithAllowedCharacters: with URLPathAllowedCharacterSet

Expected Behavior

Works

Actual Behavior

URLPathAllowedCharacterSet not bound https://github.com/xamarin/xamarin-macios/blob/6c2a7a9eac6168910e59134fc5e452b758675f2c/tests/xtro-sharpie/common-Foundation.ignore#L293-L298

Environment

.NET8

rolfbjarne commented 1 week ago

Fix in progress: https://github.com/xamarin/xamarin-macios/pull/20747