I have built a custom diagnostics using Roslyn API. When I am trying to debug using the VSIX, the breakpoints are not getting hit. In the VSIX manifest I have added my analyzer as an analyzer as well as MEF component. I also cleaned the bin and obj's folder
as well as the APPData but still no luck. My analyzer and VSIX project is .Net framework 4.7.2.
↧