Incremental analysis #76485
-
Is there a way to do incremental code analysis? That is, the new code is analyzed and only the new issues are shown. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Yes. This is how Roslyn analyzers already work. |
Beta Was this translation helpful? Give feedback.
-
Whenever I run the analysis on a project in Visual Studio I get the issues on all the solution code, if it really works like this, please could you explain how to get it or where the documentation is that explains it? |
Beta Was this translation helpful? Give feedback.
Yes. This is how Roslyn analyzers already work.