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
727 stars 28 forks source link

Change browse folder dialog to one that allows a path to be input #195

Open chris835 opened 1 year ago

chris835 commented 1 year ago

When selecting the directory to analyze, the user has to manually browse to it. I suggest changing to a more modern folder browse dialog that allows a path to be entered.

matjin commented 1 year ago

Thank you -- we will add ooki dialogs to the next iteration of the extension