Jastinder Singh Atwal
Jastinder Singh Atwal
this happens for my consistently ``` .NET Core SDK (reflecting any global.json): Version: 3.1.300 Commit: b2475c1295 Runtime Environment: OS Name: ubuntu OS Version: 18.04 OS Platform: Linux RID: ubuntu.18.04-x64 Base...
@cgillum just a fyi, changing it to ``` [FunctionName(Constants.RetrieveOrder)] public ActionResult Run( [DaprServiceInvocationTrigger] RetrieveOrderRequest request, [DaprState("%StateStoreName%", Key = "{request.id}")] object item) { return (OrderItem)item; } ``` didn't work for me,...