You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should show code analysis reports during the build process. This seems like a pretty new feature of Visual Studio, so there may be some instability. I've tried several solutions provided from this solution, but haven't had much luck: dotnet/roslyn#33558. We may need to wait for a future version of VS for this to be resolved.
For now, before this change, our current procedure should be:
Write code
Analyze > Run Code Analysis
Run code cleanup with all cleanup rules
Fix any remaining errors/warnings shown in error list
Push changes and start pull request
Verify that pipeline passes
Look through build portion of pipeline and fix any noted warnings
Have the other person review
Merge changes
The text was updated successfully, but these errors were encountered:
maxrchung
changed the title
Better CI errors
Show code analysis errors during build
Aug 9, 2020
We should show code analysis reports during the build process. This seems like a pretty new feature of Visual Studio, so there may be some instability. I've tried several solutions provided from this solution, but haven't had much luck: dotnet/roslyn#33558. We may need to wait for a future version of VS for this to be resolved.
For now, before this change, our current procedure should be:
The text was updated successfully, but these errors were encountered: