microsoft / microsoft/Power-Fx
System.NotImplementedException at Microsoft.PowerFx.Types.UntypedObjectValue.ToObject()
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.4k
- Forks
- 358
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 3
Description
Anonymized check request showed success. However, fails during execution.
PowerFxExpressionEvaluator Check success with the expression: #$PowerFxResolvedObject$#
Execution:
System.NotImplementedException: The method or operation is not implemented.
at Microsoft.PowerFx.Types.UntypedObjectValue.ToObject()
at Microsoft.PowerCards.Scripting.PowerFxScriptRunner.RunScriptAsync(...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at Microsoft.PowerFx.Types.UntypedObjectValue.ToObject() and trace its caller, Microsoft.PowerCards.Scripting.PowerFxScriptRunner.RunScriptAsync. Reproduce the anonymized check request with the expression #$PowerFxResolvedObject$# and inspect why execution reaches the unimplemented method. Done means the check can execute successfully without this exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100