Chris Martinez

Results 311 comments of Chris Martinez
trafficstars

What you have _looks_ right. What actually happens? Ideally, the controller type names _should_ match up, but you've used `[ControllerName]` and everything does seem to line up against `orders`. Did...

I _thought_ this type of setup was possible. I've attempted to reproduce your scenario given the setup you've provided, but I can't get it to work. I started with the...

I'm not entirely sure what the issue is or was. The existing examples so show configurations with different route prefixes and it was working. There definitely have been limitations with...

Two updates: 1. Apologies, but I missed the detail in `AddCommonService`. I'm not sure what that is or what it does, but it accepts the `modelBuilder`. Did you filter out...

There hasn't been any other activity and this thread seems to be solved or abandoned. `6.0` has been officially released with support for OData 8.x and .NET 6.0. This scenario...

Short answer - no. OData 8 is another massive overhaul of OData. I considered it, but things are quite different. Furthermore, the unofficial release date for OData likely won't come...

Not to ignore the thread, but as I've said many times in the past, I don't chase pre-releases. This is especially true in ranking the priority of issues against official...

@jfshark Interesting. I hadn't seen this particular post yet. That _example_ project is a fairly high-level and misses a lot of more fundamental parts, but it's a good start. It...

📣 Extra! Extra! Read all about! 📰 You've all been waiting a **long** time, but the release is nigh. As expected, supporting OData 8.0 was a complete rewrite. I applaud...

The wait is _almost_ over. `6.0` Preview 1 is now available with support for OData 8.0 and .NET 6.0: - [Asp.Versioning.OData](https://www.nuget.org/packages/Asp.Versioning.OData) - [Asp.Versioning.OData.ApiExplorer](https://www.nuget.org/packages/Asp.Versioning.OData.ApiExplorer) You should find it stable and with...