Open kmoschcau opened 1 week ago
Is this a razor project? I just tried the newest version of the server on a web app, and no such warnings and errors.
I am not supporting razor directly in this plugin, so you should use that plugin together with this if you need razor support
Hi, yes that is a razor project. I also just tested whether this happens with a newly generated WPF project and it does not. I mostly opened this issue so that you are aware of it, because it looked like an error that could be handled in the plugin. I know that this project does not handle razor templates. But maybe you could handle this error and recommend users to install rzls.nvim for example.
Ahh good idea. I will implement the handlers and just notify users to use the razor plugin
When I run the newest server version (
4.13.0-2.24554.8
), I see the following warnings and errors in the LSP log:These are not logged, when
handlers = require('rzls.roslyn_handlers')
is provided in the roslyn setup.