APIs that use AEKeyword are less that delightful
Open
enhancement
- Dominant language
- C#
- Stars
- 2.9k
- Forks
- 576
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 123
Description
Having to use something like this:
```csharp
public static int FourCC (string s)
{
return (((int)s [0]) << 24 |
((int)s [1]) << 16 |
((int)s [2]) << 8 |
((int)s [3]));
}
```
to pack a pseudo-enum is 😞
https://forums.xamarin.com/discussion/9774/custom-url-schema-handling
---
Ref: https://bugzilla.xamarin.com/44/44572/bug.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.