Base solution for your next web application
Open Closed

Tests are not discovered when using Visual Studio Community for Mac (v8.2.1) #7441


User avatar
0
abrewer created

The unit test browser only lists [AppName].Test.Base. The rest of the tests are not discovered. The same solution opened on a PC running VS2019 has no problem displaying the full list of tests.

Interestingly, if you execute "dotnet test" from the terminal all 100+ tests run. It just appears that Visual Studio will not display them. Is anyone else successfully running test from Visual Studio for mac?

Thanks


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @abrewer

    Are you still having this problem ? If so, could you create an issue on GitHub so we can check it.

    Thanks,

  • User Avatar
    0
    abrewer created

    I am still having the issue. I have posted this to gitHub. https://github.com/aspnetzero/aspnet-zero-core/issues/2565