microsoft / Power-Fx

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

Better SymbolValue Helpers #2468

Closed MikeStall closed 3 weeks ago

MikeStall commented 3 weeks ago

Add helper for creating SymbolValues from CheckResults. This is tricky since it needs to include whatever symbolVAlues the checkresult already has. So Check.Symbols.CreateValues() may miss those and end up creating duplicate symbol values.

Also add more tests