I am developing an application using dotnet core. When I try to run the unit tests, I receive the following message:
The active test run was aborted. Reason: Unable to communicate with test host process. I already checked my .csproj files, I have uninstaled and instaled again dotnet core, tried to rebuild the projects, tried to restore the packages again, searched for code errors, but I have no clue of what is happening.
I am using Ubuntu 16.04.
The project that is facing the issue is available here: https://github.com/andremteixeira/Personal-Accounting