Yopi Cahya

Results 7 comments of Yopi Cahya

I'm already replace Z.EntityFramework.Plus with native EF from EF 7 ExecuteUpdate ![image](https://github.com/aspnetboilerplate/aspnetboilerplate/assets/2038089/5a79a979-795b-4bfa-80ec-607dee553dba)

as additional info, this issue only happens on HTTP POST (kind = local). on HTTP GET it remains the same v7 (kind=utc). Is there relationship with changes from newtonsoft to...

@ismcagdas in startup clock provider using utc?

If using a new template, i cannot reproduce too. I'm upgrade from older version to v9 ![image](https://github.com/aspnetboilerplate/aspnetboilerplate/assets/2038089/375f7d64-51bf-418a-bfac-94f8925769c8) when POST param using like this, kind is correct UTC. and i changed...

@ismcagdas I only saw a difference in the part where there was no .AddNewtonsoftJson in new template, is that the problem? the problem only occurs using the POST method with...

@ismcagdas 100% validated, issue only in POST using AddNewtonsoftJson ![image](https://github.com/aspnetboilerplate/aspnetboilerplate/assets/2038089/2489b7e8-fc44-4199-91e2-7fa357f17f44)

@ismcagdas that's works. Thanks 🙏