I have a small project with 900 messages spread across 10 files. When the SARIF files are parsed, Visual Studio freezes for more than 6 seconds. A warning message appears at the top, suggesting that I disable the SARIF viewer.
I believe the main issue is that the operation is synchronous, blocking Visual Studio. However, any improvements in performance would also be welcome.