Akshay Bheda

Results 4 issues of Akshay Bheda

some performance issue as well while reading the body for the soap request, i got the memory dump, and this is the img ![image](https://github.com/DigDes/SoapCore/assets/22575879/aa048d28-98e2-4476-af05-4c743f32eabe) _Originally posted by @akshaybheda in https://github.com/DigDes/SoapCore/issues/1021#issuecomment-1964225916_

Hi, I am using kendo-date-picker in one of my react components, that component is separately converted to javascript using babel and webpack. this was working in v3 and i upgraded...

Bug
pkg:Dateinputs
KendoReact

**Assemblies affected** ``` ``` **Describe the bug** I have setup following ``` services.AddControllers() .AddOData((opt) => { opt.EnableQueryFeatures() .AddRouteComponents("api/V1", GetEdmModelV1()) .AddRouteComponents("api/V2", GetEdmModelV2()); }); ``` and then ``` services.AddApiVersioning() // Core API...

bug

I want to update container with another container. Is it possible?