dotnet / dotnet/macios

APIs that use AEKeyword are less that delightful

Open
#13,623 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.