mrward/monodevelop-dnx-addin

Unit tests do not appear in Unit Tests window when a testRunner added to project.json file

mrward opened this issue · 0 comments

If the project.json file does not have a testRunner defined when it is loaded then the unit tests are not displayed after a testRunner is added to the file. The DNX addin should handle this and the project should be displayed in the Unit Tests window after the project.json file is defined, at least after the project has been compiled.