OData / OData/AspNetCoreOData

Consider opening Microsoft.AspNetCore.OData.Abstracts.ContainerBuilderExtensions

Open
#409 0 comments 0 reactions 1 assignee View on GitHub

@xuzhg is already working on this.

Since Dec 21, 2021.

followup
Dominant language
C#
Stars
505
Forks
186
PR merge metrics
No merged PRs in 30d

Description

I managed to recreate the dynamic edm model creation example with the new ASP.NET Core OData 8.0.4 library. As the routing changed completely the way shown there doesn't work any more...

The necessary steps to get this to work with the new library are shown in this stack overflow question. It still lacks some features like the $metadata page but the requests/responses do work fine.

The last thing which bugs me to no end is the reflection call to Microsoft.AspNetCore.OData.Abstracts.ContainerBuilderExtensions.AddDefaultWebApiServices as this is a public static method within an internal class...

So maybe you can consider marking this class as public too. Thanks in advance.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.