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

Offer friendly overloads for ANSI-only methods #391

Closed
AArnott opened this issue Sep 14, 2021 · 0 comments · Fixed by #399
Closed

Offer friendly overloads for ANSI-only methods #391

AArnott opened this issue Sep 14, 2021 · 0 comments · Fixed by #399
Assignees
Labels
enhancement New feature or request

Comments

@AArnott
Copy link
Member

AArnott commented Sep 14, 2021

The GetProcAddress method is only available in an ANSI variant, which makes it very cumbersome to call from managed code. Offer a friendly overload in such cases that accepts ReadOnlySpan<char> and/or string.

@AArnott AArnott added the enhancement New feature or request label Sep 14, 2021
@AArnott AArnott self-assigned this Sep 17, 2021
AArnott added a commit that referenced this issue Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant