WithODataResult and AddOData missing in .NET 8 Minimal API with Microsoft.AspNetCore.OData 9.3.2 #1513
-
|
I’m trying to build a .NET 8 minimal API that returns paginated results using OData. Following some samples, I tried to use: and later on my endpoints: However:
I’m looking for the correct way to: Register OData services in a minimal API for .NET 8, Return paginated PageResult results Right now, minimal APIs + OData 9.x seem to lack the extension methods shown in samples. Has anyone successfully set up OData 9.x with .NET 8 minimal APIs? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Okay the minimal api support was on the 9.4.0-preview, thanks. |
Beta Was this translation helpful? Give feedback.
Okay the minimal api support was on the 9.4.0-preview, thanks.