ProxyGenerator doesn't include type's full name embedded in the generic type #77
Labels
bug
Something isn't working
good for first contribution
Help wanted. It's a good issue to get your foot on the ladder
proxy-generation
Related issue to Proxy Generator
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>>
insteadThe text was updated successfully, but these errors were encountered: