xoom-net-actors
xoom-net-actors copied to clipboard
ProxyGenerator doesn't include type's full name embedded in the generic type
If the parameter is generic (or return type) the concrete generic types should also be prefixed with the namespace.
This is what is actually generated IDispatcher<Dispatchable<T, TState>>
The should have Some.Namespace.IDispatcher<Some.Other.Namespace.Dispatchable<T, TState>>
instead