Cannot create .cs classes trying to do Intellitests using Visual Studio Enterprise 2015

I am trying to create Intellitests using Visual Studio Enterprise.

So far, I have not had any problems creating them. (Create Intellitest -> Run, etc.)
This time the .cs class is not generated, although I don't get any errors / warnings at all.

Creating Project Game.Tests6
visibility: exported or assembly(Game)
Processing 0 types
Processing Game
Scanning assembly references in Game
Applying template AssemblyInfo to Game
Applying template Tests to Game
generating method bodies
flushing generated code
updating assembly references
finished

Has anyone else encountered the same problem?

+4
source share

Source: https://habr.com/ru/post/1658710/


All Articles