microsoft / infersharp

Infer# is an interprocedural and scalable static code analyzer for C#. Via the capabilities of Facebook's Infer, this tool detects null dereferences, resource leaks, and thread-safety violations. It also performs taint flow tracking to detect critical security vulnerabilities like SQL injections.
MIT License
730 stars 29 forks source link

Expected binaries not detected; please wait while they are downloaded and extracted. #122

Closed iisfaq closed 2 years ago

iisfaq commented 2 years ago

I have installed the plugin into Visual studio 2022. Version 17.1.3 - Windows 10 - 21H1

It shows up in the visual studio tools menu and when I click on it I get a message

Expected binaries not detected; please wait while they are downloaded and extracted.

I have seen it display the following as well (but then nothing after that)

Expected binaries not detected; please wait while they are downloaded and extracted. T

Expected binaries not detected; please wait while they are downloaded and extracted. TI

Expected binaries not detected; please wait while they are downloaded and extracted. N

Nothing seems to happen, no activity and no further messages.

I did run this on another machine, same OS and Visual studio version. And initially it looked the same. But it did come up with Ubunto and worked on the 2nd machine.

I am going to try the manual install of WSL

iisfaq commented 2 years ago

I rebooted my laptop to check the virtualization settings were enabled (they were).

When I logged back on a window was shown

image

and then a few minutes later

image

So it looks like the problem may be resolved.

matjin commented 2 years ago

Hello -- glad that you were able to get this running. Just FYI -- we have a new release in the coming week which will include substantial streamlining of this installation workflow as well as expansion of the resource leak coverage by nearly an order of magnitude. Please stay tuned!