MolallaComm
MolallaComm
issue #420
It appears the group by issues discussed in https://github.com/OData/AspNetCoreOData/issues/76 are partially fixed using efcore6, .net core 6, and latest odata which is good news. If I do just a simple...
I added a Point property to my entity following this guide: https://devblogs.microsoft.com/odata/customizing-filter-for-spatial-data-in-asp-net-core-odata-8/ It seems a bit convoluted, but worked fine, in that I can query my "LocationDTO" entity and run...