codelyzer
codelyzer copied to clipboard
Bring Codelyzer build results closer to Visual Studio
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.