ObsoleteCallInspection is throwing an ArgumentNullException #431
Labels
bug
Identifies work items for known bugs
feature-inspections
up-for-grabs
Use this label in conjunction with a difficulty level label, e.g. difficulty-02-ducky
Milestone
Repro:
Stack trace (only the relevant part):
The problem is with the soft cast on this line:
Which returns a
null
reference. The base constructor for aCodeInspectionResultBase
does not accept that, by design:Fixing the soft cast will fix that bug.
The text was updated successfully, but these errors were encountered: