JasonBock / Rocks

A mocking library based on the Compiler APIs (Roslyn + Mocks)
MIT License
248 stars 20 forks source link

Aliases and FQNs #300

Open JasonBock opened 9 months ago

JasonBock commented 9 months ago

Describe the solution you'd like I think when I get the FQN for a TypeReferenceModel, I don't handle the aliases right if the type is generic. Right now I'm getting away with it, but I think I may have to do something recursive and do FQNs for each type argument.