AspNetCoreOData
AspNetCoreOData copied to clipboard
Handling PATCH requests with a Dynamic model.
Hi,
Is it possible to handle PATCH requests while using a dynamic model (similar to this one https://github.com/OData/AspNetCoreOData/tree/main/sample/ODataDynamicModel)?
The Delta<T> class requires a type we don't have because our model is dynamic.
Is there any solution available? What would you recommend? Directions?
Any advice would be greatly appreciated.
Thank you!
@sergbuk in the future, please try to leverage the "Discussions" area for questions such as this in the repositories that have it enabled (like this one).