Samsung / Dexter

Dexter is a static analysis platform to find and remove defects efficiently and immediately during the coding-time.
BSD 2-Clause "Simplified" License
56 stars 33 forks source link

[dexter-vs] Error during analysis: DexterCS.exe not found #183

Closed AndreasSummer closed 5 years ago

AndreasSummer commented 5 years ago

We develop a C # application in Visual Studio. We installed the VSIX package and the dexter-cli 0.10.6_64. If we want to analyze a project, we get the message:

Error during analysis: DexterCS.exe not found in "D: \ dexter \ dexter-cli_current \ bin \ DexterCS.exe"

JanSawicki commented 5 years ago

There are two ways in which you can approach this problem.

EDIT: Or take a look at what @KarolAntczak clarified below

The released version of dexter-cli that you are using (i.e. dexter-cli 0.10.6_64) does not support C# analysis (does not contain DexterCS.exe). This feature is (will be) supported in dexter-cli 0.10.7_64 which has not been released yet (but is going to be soon). So if you wait just a bit more, you will be able to download the upcoming version (including DexterCS.exe)

As far as I remember those are all the steps you need to follow in order to make the C# analysis work. In case of any questions, please ask. If I were in your shoes, I would probably just wait for the release of the next dexter-cli (soon™), but feel free to follow the more ambitious way.

I hope you enjoy Dexter C# analysis!

KarolAntczak commented 5 years ago

Actually, there is already pre-release version of new dexter-cli available here.

AndreasSummer commented 5 years ago

It works fine. The result get an error if I click on it

JanSawicki commented 5 years ago

Do I understand correctly that the "DexterCS.exe not found (...)" error has been resolved? Could you describe more precisely what happens now?

(You may consider opening a different issue, if the problem concerns something else, than you originally asked - just to keep the Issues tidy and organized.)

AndreasSummer commented 5 years ago

Yes. Its another problem now. I open an other issuse