Closed cmeeren closed 7 years ago
I tested the behavior using csproj-based test projects. Can you share your test csproj? There may be a bug.
Sorry, I've moved on from this now. You may close it if you wish.
I think your issue will be fixed in the upcoming release, but there are a few other issues tracking it.
When the test project is csproj-based, the boilerplate generator does not seem to recognize the testing/mocking frameworks.
Workaround: Use the "Unknown" mock framework template. It's not perfect (the
using
statements are wrong), but gets you 90% of the way while waiting for a fix.