Akshay Bheda
Akshay Bheda
I have setup following ``` services.AddControllers() .AddOData((opt) => { opt.EnableQueryFeatures() .AddRouteComponents("api/V1", GetEdmModelV1()) .AddRouteComponents("api/V2", GetEdmModelV2()); }); ``` and then ``` services.AddApiVersioning() // Core API Versioning services with support for Minimal APIs...
any updates? Did anyone try to solve this issue?
@madskristensen Can you merge this PR https://github.com/madskristensen/BundlerMinifier/pull/588 ? and create a new nuget
any Updates on this issues?
you mean like the PR i created?
So, i tested the service locally by referencing through the project, but the real performance i can only test once i have that build on a web app and run...
Also meaning to ask, is there any thing that logs request body only if its bad request or something?
Is there any config to get Content-Length header for net6 application? I always get the Transfer-Encoding but no content length header, in the soapcore lib, in WriteMessageAsync i am able...