What can't you do?
If i try to get the type description using TypeLibrary.GetType(typeof(Action<>));, GetType return null for Action, Action<> and Func<>, Task<>.
Im creating an rpc callback system, and i need to create a generic type of Action<>, Func<> or Task<>
How would you like it to work?
Just register this types, so we can access it from TypeLibrary.GetType
What have you tried?
Above
Additional context
No response