Consider opening Microsoft.AspNetCore.OData.Abstracts.ContainerBuilderExtensions
@xuzhg is already working on this.
Since Dec 21, 2021.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.