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

Exit when errors occur in the run script #111

Closed xinshiMSFT closed 2 years ago

xinshiMSFT commented 2 years ago

Prevent further execution if errors occur in the run script