Skip to content

Update to use "SecurityCodeScan.VS2019" package instead of deprecated package. (Fixes gitlab-org/gitlab#364736)

What does this MR do?

Currently analyzer uses deprecated SecurityCodeScan NuGet package, which produces numerous warnings in the job log output:

CSC : warning SCS9999: This package is legacy and is no longer maintained.

Minor code change to use updated SecurityCodeScan.VS2019 NuGet package which is not deprecated and no longer issues the warning.

This cleans up the job log output by removing so many unnecessary warnings.

What are the relevant issue numbers?

gitlab-org/gitlab#364736 (closed)

Does this MR meet the acceptance criteria?

Danger bot

Edited by Lucas Charles

Merge request reports