Jonathan Alvarado
Results
2
issues of
Jonathan Alvarado
I have this issue after upgrading from 0.30.1 to 0.31.0 or 0.31.2 The reads work, but my update is failing. ``` curl -X PATCH -d '{ "data":{ "type": "email", "id":...
### Thread safety? Here in the sample project. https://github.com/DynamicODataToSQL/DynamicODataToSQL/blob/b9a362d3a196ccee6308fd14cfcdc8ac3f786a48/Samples/DynamicODataSampleService/Startup.cs#L31 The `ODataToSqlConverter` scoped as well as the EdmModelBuilder. Which I take to mean they are recreated for each web request and...
question