csharp-language-server
csharp-language-server copied to clipboard
Adding Analyzer Support
Hi,
I am interested in contributing analyzer support, so I wanted to hear what the status of it was. What work has been done on adding analyzer support? And is there any documentation for it? Or is the path forward just reading a bunch of Roslyn implementation and hacking something together?
Hi @Hjaltesorgenfrei !
There is none at the moment and AFAIK there is none undergoing effort to add it. Feel free to!
Or is the path forward just reading a bunch of Roslyn implementation and hacking something together?
☝🏻 Exactly! So far hacking things together worked :)
There is an issue of missing tests but hopefully someone or me will find time for that,–as testing for regressions befor each release is very time-consuming and error-prone.