codelyzer icon indicating copy to clipboard operation
codelyzer copied to clipboard

Bring Codelyzer build results closer to Visual Studio

Open jonlouie opened this issue 4 years ago • 0 comments

Description

  • Analyzing this project with Codelyzer results in build errors, but the project builds without errors in Visual Studio and with the MSBuild command.
  • MSBuild commands used:
    • & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe" /p:RestorePackagesConfig=true /restore
    • & "C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\MSBuild.exe" /p:RestorePackagesConfig=true /restore

Solution idea(s)

We need to identify the cause for these build errors and/or the differences between the VS build process and Codelyzer/Buildalyzer's.

jonlouie avatar Jan 07 '22 22:01 jonlouie