Getting Microsoft.AspNetCore.OData.Versioning to work with Microsoft.AspNetCore.OData v8.0.11? #881
-
The latest version of Microsoft.AspNetCore.OData.Versioning (5.0.0) specifics that it works with Microsoft.AspNetCore.OData less than v8. Is there something in the works to work with versions newer? i.e. 8.0.11? Is there a preferred way to do versioning other than the Microsoft.AspNetCore.OData.Versioning library? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes - and no. OData 8.x+ is supported in Sadly, I've gotten very minimal support from Microsoft or the .NET Foundation to make this transition smoother. I'm still blocked from publishing updates to To fully answer your question, API Versioning |
Beta Was this translation helpful? Give feedback.
Yes - and no. OData 8.x+ is supported in
6.0
which has been rebranded to Asp.Versioning.OData. The rationale behind all of this is not short and there are a detailed background discussions in #807 and #808. There is also a callout banner in the repoREADME.md
for the updates as well as updated links to all the new packages.Sadly, I've gotten very minimal support from Microsoft or the .NET Foundation to make this transition smoother. I'm still blocked from publishing updates to
5.x
packages with theMicrosoft.*
prefix despite being a co-owner and having the proper code signing setup. I'm not sure if this will ever be solved or in a meaningful timeframe. By the time it is solved, it may be…