We are trying to locally scan a .net6 webapi solution using the Nexus IQ CLI (sonatype cli scan). When we try to scan a .csproj file, its perfectly scanning the dependent packages and generating the report. But we could not find a support document to do the same scanning for a solution file (.sln) which contains multiple .csproj files.
java -jar ./nexus-iq-cli-1.139.0-01.jar -i Test123 -s http://localhost:8070 -a admin:admin123 ./sample-application.zip
We tried to use similar cli command added above, which is mentioned in their support documentation. But it seems its for a java solution. https://help.sonatype.com/iqserver/integrations/nexus-iq-cli