UnitTestBoilerplateGenerator
UnitTestBoilerplateGenerator copied to clipboard
Freezes Microsoft Visual Studio 2022
This tool is very useful and I'm using it for years now.
But in the recent month, I noticed that it freezes Visual Studio 2022 (all latest version), often when you save or compile. To solve it, I always have to disable this extension after using it.
Hmm, I wonder if you could get a process dump of Visual Studio when that happens. That would tell me the stack trace it's stuck on when it freezes. It shouldn't be kicking off any work during a save or compile, but maybe it's trying to check something in the solution or holding a lock on some file, and that stops other operations from completing?