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
Describe the bug
When I use the plugin to scan my C#/NuGet project I receive the following errors:
Error: No projects found for solution ".sln".
[ERR - 2:50:52 PM] Failed to scan NuGet project. Hint: Please make sure the commands 'dotnet restore' or 'nuget restore' run successfully for '.sln'
[ERR - 2:50:52 PM] Workspace '' scan on file '.sln' ended with error:
Error: Project with descriptor file .sln has error [Not Installed]
Dotnet restore does run successfully.
To Reproduce
Open a C#/NuGet project in VS Code and run the scan.
Expected behavior
Dependencies are scanned, vulnerabilities are show.
Versions
JFrog VS-Code extension version: 2.12.0
JFrog VS-Code extension operating system: Windows & Ubunto 20.04 (WSL)
JFrog Xray Version: 3.88.12
Additional context
The same project can be scanned in Visual Studio with the JFrog extension and returns the dependencies & vulnerabilities.
The text was updated successfully, but these errors were encountered:
Were you able to build/run the project in this folder? (the VSC extension needs a dir with a working project in order to scan properly).
I do see you have this error: Error: Project with descriptor file .sln has error [Not Installed] Could you share logs with DEBUG mode in the extension settings?
Also - in order to escalate support issues - you can use the client portal via https://jfrog.com/support/
Describe the bug
When I use the plugin to scan my C#/NuGet project I receive the following errors:
Error: No projects found for solution ".sln".
[ERR - 2:50:52 PM] Failed to scan NuGet project. Hint: Please make sure the commands 'dotnet restore' or 'nuget restore' run successfully for '.sln'
[ERR - 2:50:52 PM] Workspace '' scan on file '.sln' ended with error:
Error: Project with descriptor file .sln has error [Not Installed]
Dotnet restore does run successfully.
To Reproduce
Open a C#/NuGet project in VS Code and run the scan.
Expected behavior
Dependencies are scanned, vulnerabilities are show.
Versions
Additional context
The same project can be scanned in Visual Studio with the JFrog extension and returns the dependencies & vulnerabilities.
The text was updated successfully, but these errors were encountered: