MongoDB.AspNetCore.OData
1.1.0
Prefix Reserved
dotnet add package MongoDB.AspNetCore.OData --version 1.1.0
NuGet\Install-Package MongoDB.AspNetCore.OData -Version 1.1.0
<PackageReference Include="MongoDB.AspNetCore.OData" Version="1.1.0" />
paket add MongoDB.AspNetCore.OData --version 1.1.0
#r "nuget: MongoDB.AspNetCore.OData, 1.1.0"
// Install MongoDB.AspNetCore.OData as a Cake Addin #addin nuget:?package=MongoDB.AspNetCore.OData&version=1.1.0 // Install MongoDB.AspNetCore.OData as a Cake Tool #tool nuget:?package=MongoDB.AspNetCore.OData&version=1.1.0
MongoDB AspNetCore OData
Integration library built on top of MongoDB.AspNetCore.OData package to enable OData endpoints for MongoDB.
Package installation
dotnet add package MongoDB.AspNetCore.OData
Getting started
Simply follow the Getting Started with ASP.NET Core OData 8 guide, but use MongoEnableQuery
attribute instead of EnableQuery
whenever you are exposing IMongoQueryable
as OData endpoint.
Please also use MongoDB.AspNetCore.OData.Sample.WebApi as a sample.
Contribute
Should you encounter any issue with the package, please create Jira ticket so we can investigate and improve the library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Microsoft.AspNetCore.OData (>= 8.1.2)
- MongoDB.Driver (>= 3.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MongoDB.AspNetCore.OData:
Repository | Stars |
---|---|
grandnode/grandnode2
Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
|