dotnet-security-guard / roslyn-security-guard

Roslyn analyzers that aim to help security audit on .NET applications.
https://dotnet-security-guard.github.io
GNU Lesser General Public License v3.0
208 stars 38 forks source link

Warnings of Uhandled Exceptions #99

Closed ronenfe closed 6 years ago

ronenfe commented 6 years ago

I got this waning in multiple projects and solutions:

Warning AD0001 Analyzer 'RoslynSecurityGuard.Analyzers.Taint.TaintAnalyzer' threw an exception of type 'System.Exception' with message 'Unhandle exception while visiting method ... : Object reference not set to an instance of an object.'.

Does Anyone know the problem?