AD0001: ArgumentNullException in SymbolicExecutionRunner #9113
Labels
Area: C#
C# rules related issues.
Area: CFG/SE
CFG and SE related issues.
Area: VB.NET
VB.NET rules related issues.
Sprint: Hardening
Fix FPs/FNs/improvements
Type: Bug
Exceptions and blocking issues during analysis.
Milestone
For .NET reference assemblies, we see AD0001 that look like so:
Source: https://api.cirrus-ci.com/v1/task/6240477526097920/logs/build.log
The files in questions are the reference assemblies like this one:
https://github.com/dotnet/runtime/blob/main/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.cs#L18
A possible root cause is
throw null
wherenull
does not have a type, and therefore,ITypeSymbol
isnull.
The text was updated successfully, but these errors were encountered: