Improves error message when putting value inside record and table.
Fixes https://github.com/microsoft/Power-Fx/issues/2196
✅ No public API change.
✅ No public API change.
✅ No public API change.
✅ No public API change.
✅ No public API change.
TestBindingError(script, Features.None, errorMessage, symbolTable);
Not really related to your changes, but we should be using Features.PowerFxV1, as no host uses Features.None. Same in line 90 #Resolved
Refers to: src/tests/Microsoft.PowerFx.Interpreter.Tests/DeferredTypeTests.cs:116 in aba9876. [](commit_id = aba9876cdb3ff02478274a5e6222f1d0b8cfd170, deletion_comment = False)
✅ No public API change.
TestBindingError(script, Features.None, errorMessage, symbolTable);
Updated to V1
In reply to: 2010778690
Refers to: src/tests/Microsoft.PowerFx.Interpreter.Tests/DeferredTypeTests.cs:116 in aba9876. [](commit_id = aba9876cdb3ff02478274a5e6222f1d0b8cfd170, deletion_comment = False)
✅ No public API change.
✅ No public API change.
✅ No public API change.