MyAspNetCore
MyAspNetCore copied to clipboard
Study ASP.NET Core, Share materials, points, views
Update Connections to use Http2 Http message version or above
If you download the source code and run the application under ODataApiVersion, in the first glance, you will notice the swagger page is working but when u execute methods from...
When the OData API Explorer, the following error occurs. Any assistance to resolve is appreciated. System.AggregateException: Some services are not able to be constructed (Error while validating the service descriptor...
If you click on the "WeatherForecasts" link in the "None OData Endpoint Mappings", the JSON for the WeatherForecasts are returned. If you click on the link to the get methods...
Nice tool, and thank you for this clear example. But I will use it with for example an application with 144 (knowledge data) tables, picked up by entity framework. And...
Hi there, Would you please add some actions to the controllers, ideally accepting parameters so that it can show how ODataActionParameters can be used?
Steps to reproduce: Create the same data model using EF6.4 and register instead of in-memory repository in DI container Problem: While a query like http://localhost:41431/odata/Customers?$expand=Orders works as expected expanding Orders...
Is the ASP.NET Core OData compatible with [Swashbuckle.OData](https://github.com/rbeauchamp/Swashbuckle.OData)? Would be nice, thanks in advance!
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.44.0 to 2.52.0. Release notes Sourced from Grpc.Net.Client's releases. Release v2.52.0 What's Changed Update version to 2.52.0 (on v2.52.x branch) by @jtattermusch in grpc/grpc-dotnet#2072 Full Changelog: https://github.com/grpc/grpc-dotnet/compare/v2.52.0-pre1...v2.52.0...