C# test explorer not working

Hi,

I just installed the recommended C# extension from Anysphere, but after doing so Test Explorer stopped discovering my tests. I then tried installing the popular “.NET Core Test Explorer” extension, yet it keeps prompting me to install the Anysphere C# extension - which I’ve already done - and clicking Install and Reload does nothing::

What is the recommended way of running C# tests in cursor?

1 Like

Hi @genne, the next update to Cursor should fix this issue. In the meantime, could you try the technique described here to manually patch the net core test explorer?

2 Likes

Thanks, works!

Hi again @ravirahman,

Do you (or anyone else in this forum) recommend some specific plugin for .NET testing? With your workaround I can get the plugin to load, but it’s extremely slow and quite often fails to load for other reasons. With the original C# plugin (by MS) this worked out of the box.

Thanks,
Christian

1 Like

Hi @genne – I’d also recommend checking out DotRush, which has a built-in test explorer:

1 Like

Thanks @ravirahman, seems to work!

1 Like