Setek93140
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Setek93140 commented, -
Setek93140 created a post, Bug? Rider doesn't offer importing extension method if there's a similar generic method loaded
While working in Unity I encountered an issue - a library has some Extension method for: GetAwaiter<T>(this T t) where T : IEnumerator And I have another extension (in a different namespace) for Ge...