Closed Dynge closed 6 months ago
@Dynge are you using xUnit? Can you check if this PR fixes your problem? https://github.com/Issafalcon/neotest-dotnet/pull/100
I am using xunit. I will check and report back 🙂
@Dynge are you using xUnit? Can you check if this PR fixes your problem? #100
It works perfectly! :)
Thanks for raising the issue @Dynge , and thanks @neubaner for the PR. I've merged this in now so sounds like this is all resolved.
Hello
I am having with neotest-dotnet as it does not seem to find the tests.
I set the log level of neotest to 1 and when i try to run
require"neotest".run.run()
i get the following error:I've tried to see if there are any updates to the treesitter parser for c_sharp, but i dont seem to be missing any.
I am using
NVIM v0.11.0-dev
and tree-sitter0.20.8
.Can you help me fix the issue?