POSIdev-community / AI.Plugin.VSCode

PT AI IDE Plugin for Visual Studio Code
Other
23 stars 1 forks source link

Critical Error CoreNotFound #4

Closed NXHhunter2 closed 4 months ago

NXHhunter2 commented 4 months ago
image

This error occures every time I run [PT AI] Smart Scan. What do I do?

NXHhunter2 commented 4 months ago
image
NXHhunter2 commented 4 months ago
image
vldF commented 4 months ago

Currently .net scanning isn't supported on macOS. You can disable scanning of C# code in aiproj.json file.

To create the file, use a command PT Application Inspector: Create Project Settings File. Just remove the language from ProgrammingLanguages field, so, the analyzer will not try to start this core

NXHhunter2 commented 4 months ago

Thank you, that has fixed the problem. Now I am able to proceed with scanning.