Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binding request for URLPathAllowedCharacterSet #20745

Closed
tipa opened this issue Jun 19, 2024 · 1 comment · Fixed by #20761
Closed

Binding request for URLPathAllowedCharacterSet #20745

tipa opened this issue Jun 19, 2024 · 1 comment · Fixed by #20761

Comments

@tipa
Copy link

tipa commented Jun 19, 2024

Steps to Reproduce

Try to use stringByAddingPercentEncodingWithAllowedCharacters: with URLPathAllowedCharacterSet

Expected Behavior

Works

Actual Behavior

URLPathAllowedCharacterSet not bound

!missing-selector! +NSCharacterSet::URLFragmentAllowedCharacterSet not bound
!missing-selector! +NSCharacterSet::URLHostAllowedCharacterSet not bound
!missing-selector! +NSCharacterSet::URLPasswordAllowedCharacterSet not bound
!missing-selector! +NSCharacterSet::URLPathAllowedCharacterSet not bound
!missing-selector! +NSCharacterSet::URLQueryAllowedCharacterSet not bound
!missing-selector! +NSCharacterSet::URLUserAllowedCharacterSet not bound

Environment

.NET8

@rolfbjarne
Copy link
Member

Fix in progress: #20747

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment