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
When you have a MLC Resource that returns back another resources as its output, this does not work.
The integration test can be used to reproduce this. Just commend in the stack output
The receiving program will deserialize the resource into null.
This is the result of the value beeing deserialized into dictonary which causes the converter to fail to conver this to the actual resource.