fluentassertions.analyzers
fluentassertions.analyzers copied to clipboard
Consider adding support for debugging through Visual Studio
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.
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:)