Scanning support for multi-targeted projects in ADO

Hello,

I am working on scanning in ADO, my project has a multi-targeting setup for both .net4x and .net8x libraries. It does not appear that both setups are being scanned via the Dashboard view.

How do I go about properly scanning for multiple output types?

Thanks

Hi @nroenicke_w, and welcome to the community!

When we analyze a multi-targeted project, we analyze everything as it is built. We surface the set of issues across all targets, but we do not surface if an issue is tied to a particular target.

So, if an issue exists in multiple targets, or only in one, you will see no difference. But rest assured all targets are analyzed.

Denis