[ASP.NET CORE MVC] XUnit tests not running in test explorer
I'm trying to figure out why my tests wont run anymore in the test explorer. I can run it in the cli just fine but when i try to use the gui it finds the tests but just doesnt run any of them. I tried updating:
- all my packages
- moving all of the packages that have to to with testing to the testing project instead of the main app
- downgrading my packages to a point where it was working
- clean solution, rebuild solution. changing startup and test options
but it still wont run my tests in the test explorer. It was working fine for a long time, I dont know what happened. here is the output log for tests, i set it to diagnostic