xxxammaxxx
xxxammaxxx
It seems that the same issue exists also in AspNetCore (8.0.7). System.InvalidOperationException: Cannot find the resource type 'Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObject' in the model. at Microsoft.AspNetCore.OData.Results.ResultHelpers.GetEntityType(IEdmModel model, Object entity) at Microsoft.AspNetCore.OData.Results.ResultHelpers.GenerateODataLink(HttpRequest request, Object...
The workaround of @joergmetzler for AspNetCore (tested with 8.0.7) looks like this: It has been only slightly changed on getting the path and on the initialization of the serializer context...