Running dotnet test -p:UseSharedCompilation=false on macOS added a net8.0/osx-arm64 section to src/CodeIndex/packages.lock.json. That dirty state also makes dotnet restore CodeIndex.sln --locked-mode fail until the lock file is restored. This came up while validating the report-bundle fixes; the PR will not change this behavior because it is outside the requested issue scope.
Running
dotnet test -p:UseSharedCompilation=falseon macOS added anet8.0/osx-arm64section tosrc/CodeIndex/packages.lock.json. That dirty state also makesdotnet restore CodeIndex.sln --locked-modefail until the lock file is restored. This came up while validating the report-bundle fixes; the PR will not change this behavior because it is outside the requested issue scope.