What is the good option to trace/log the custom Roslyn analyzer implementation?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


What is the good option to trace/log the custom Roslyn analyzer implementation?



We are getting intermittent crashes and additional file load issues from build machine.
Unfortunately this happens only in build machine where we run automated scripts.
This we are unable to trace as we don't have tracing or logging mechanism in place.
What is the good option to log/trace analyzers for troubleshooting such scenarios. It would be great if we could get additional tracing/logs in the msbuild output.



Currently we only have findings reported gets printed to msbuild log.



Regards



Basanth









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived