fluentassertions.analyzers icon indicating copy to clipboard operation
fluentassertions.analyzers copied to clipboard

Consider adding support for debugging through Visual Studio

Open ErikSchierboom opened this issue 7 years ago • 1 comments

The default Roslyn analyzer template allows one to run the analyzer in a Visual Studio Debug instance, which makes debugging your analyzers incredibly easy. This project does not have Visual Studio debug integration, any specific reason why?

Should the reason be that it is Visual Studio specific, maybe an option would be to add a second solution that includes the Visual Studio debugging support project.

ErikSchierboom avatar Jun 19 '18 06:06 ErikSchierboom

It's possible to debug a test and step into the analyzer's code. I'm not very familiar with the Visual Studio debug instance.

I'll be happy to add it (pull request :wink:)

Meir017 avatar Jun 19 '18 07:06 Meir017