You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using sandwich mode, CodeQL is injecting -p:UserSharedCompilation=false into dotnet test command, even if the build is not required.
Repro steps: dotnet test PrimeService.Tests.dll will fail in sandwich mode with error: The argument -p:UseSharedComilation=false is invalid. Please use the /help option to check the list of valid arguments.
Easy repro steps without CodeQL: dotnet test PrimeService.Tests.dll -p:UseSharedComilation=false
This will end with the same error The argument -p:UseSharedComilation=false is invalid. Please use the /help option to check the list of valid arguments.
CodeQL needs to be more sensitive when injecting into dotnet test