Describe the solution you'd like
I've noticed that in 8.0.0, some of the types found from NuGet packages might be taking a while to generate mocks for. Specifically, AngleSharp, where 272 types are mocks, seems to take far longer to finish than Aspose.Email, which has over 1000 types mocked. This is just a visual observation when I run the code gen test app and I have no timing numbers, but I think it's worth investigating, as there may be some perf issue within Rocks that may need to be addressed.
Describe the solution you'd like
I've noticed that in 8.0.0, some of the types found from NuGet packages might be taking a while to generate mocks for. Specifically, AngleSharp, where 272 types are mocks, seems to take far longer to finish than Aspose.Email, which has over 1000 types mocked. This is just a visual observation when I run the code gen test app and I have no timing numbers, but I think it's worth investigating, as there may be some perf issue within Rocks that may need to be addressed.