xoom-net-actors icon indicating copy to clipboard operation
xoom-net-actors copied to clipboard

ProxyGenerator doesn't include type's full name embedded in the generic type

Open tjaskula opened this issue 5 years ago • 2 comments

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

tjaskula avatar Dec 04 '19 20:12 tjaskula