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
for the msbuild scanner i must use a totally different, totally non-descript switch for each:
/k:...
/n:...
/v:...
/o:...
the .net core scanner support "-" now but why cant the non-dotnet core and .net core scanners support setting these params via the properties switch as well?
I have multiple platforms to support and i script this with the cli. I have this weird exception i have to make for windows. the params are identical but the switches are totally different