Issafalcon / neotest-dotnet

Neotest adapter for dotnet
MIT License
71 stars 26 forks source link

Fix unit test runners via Plenary #103

Closed Issafalcon closed 4 months ago

Issafalcon commented 4 months ago

Some recent changes to Plenary have led to freezing test scheduling (possibly):

See - https://github.com/kylechui/nvim-surround/pull/246 and https://github.com/folke/noice.nvim/blob/main/tests/init.lua for more details and potential fix

Issafalcon commented 4 months ago

Note that tests fail since updates to the c# treesitter parser (https://github.com/tree-sitter/tree-sitter-c-sharp/issues/338). These need correcting, but the functionality of the plugin is still largely the same (minus the extra namespace node in the tree of file scoped namespaces)