Fresh main, repo cleaned with git clean -dfx and then running .\build.cmd clr+libs -rc release ends with:
C:\Users\mapichov\Repositories\runtime\src\tools\illink\src\ILLink.RoslynAnalyzer\DataFlow\LocalDataFlowState.cs(30,13): error IDE0031: Null check can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0031) [C:\Users\mapichov\Repositories\runtime\src\tools\illink\src\ILLink.RoslynAnalyzer\ILLink.RoslynAnalyzer.csproj]
Build FAILED.
C:\Users\mapichov\Repositories\runtime\src\tools\illink\src\ILLink.RoslynAnalyzer\DataFlow\LocalDataFlowState.cs(30,13): error IDE0031: Null check can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0031) [C:\Users\mapichov\Repositories\runtime\src\tools\illink\src\ILLink.RoslynAnalyzer\ILLink.RoslynAnalyzer.csproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:49.89
Build failed with exit code 1. Check errors above.
Some builds failed:
Configuration: Debug, Architecture: x64
Fresh main, repo cleaned with
git clean -dfxand then running.\build.cmd clr+libs -rc releaseends with: