microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.15k stars 309 forks source link

Add Nullcheck to GetInfo result in TryGetEntityInfo #2500

Closed adithyaselv closed 3 days ago

adithyaselv commented 4 days ago

Getinfo may return null to certain callNodes and hence it is creating NullReferenceException consistently as a noise. this PR fixes that issue.