Currently there is an issue that is causing buildtest (specifically the command: dotnet build --framework net7.0 --configuration Debug "/home/runner/work/sqltoolsservice/sqltoolsservice/test/Microsoft.SqlTools.ServiceLayer.UnitTests") to fail with multiple errors (no other details have been given). This is after reverting the two LEGO PRs allegedly responsible for introducing the failure as well as removing localization from projects that have no strings (as that resulted in a not found error for SRGEN). This means that there is something else that is causing the CodeQL build to fail (looking at the run history, there was no successful run so far) and it should be investigated to see if there is a possible fix.
Reverting every PR prior to the introduction of the CodeQL failure did not fix the issue.
Currently there is an issue that is causing buildtest (specifically the command: dotnet build --framework net7.0 --configuration Debug "/home/runner/work/sqltoolsservice/sqltoolsservice/test/Microsoft.SqlTools.ServiceLayer.UnitTests") to fail with multiple errors (no other details have been given). This is after reverting the two LEGO PRs allegedly responsible for introducing the failure as well as removing localization from projects that have no strings (as that resulted in a not found error for SRGEN). This means that there is something else that is causing the CodeQL build to fail (looking at the run history, there was no successful run so far) and it should be investigated to see if there is a possible fix.
Reverting every PR prior to the introduction of the CodeQL failure did not fix the issue.