You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The challenge is that Fx.Json can't depend on Fx.Interpreter (because PAClient depends on Fx.Json).
That's a unique requirement - most everything else that wants to provide an interpreter implementation can safely depend on Fx.Interpreter. So we may need to special case something here. Perhaps a unique PowerFxJson contract that lives in core, is implemented by Fx.Json, and handled by Fx.Interpreter
The text was updated successfully, but these errors were encountered:
These are used by implementatons from Fx.Json.
The challenge is that Fx.Json can't depend on Fx.Interpreter (because PAClient depends on Fx.Json).
That's a unique requirement - most everything else that wants to provide an interpreter implementation can safely depend on Fx.Interpreter. So we may need to special case something here. Perhaps a unique PowerFxJson contract that lives in core, is implemented by Fx.Json, and handled by Fx.Interpreter
The text was updated successfully, but these errors were encountered: