Hi,
I have to manually change to all the environments and tomorrow if we delete and recreate the database, we will have the same problem again.
are you going to provide any permanent fix in the coming patches ?
thanks you for your response if return Dto has property of type DateTime then it should follow some kind of format like yyyy-MM-dd like that
how can I set any kind of specific format for all DateTime type
Could you please give me any code example. plus, what if I don't want to seed this data in unit tests, how can I remove this seeding file while running unit tests.
I'm not able to replicate the issue because it happens once in a while. I will reopen this ticket if the issue comes back
I mean when I start the application, the application takes longer time to run as I have shared in the previous screenshot. (screenshot shows the initial logs when we start the app with kestrel server) in the screenshot you can see the time 13:22 to 13:26 and the app didn't up yet, app kind of stuck at the startup
this mean I need to inject IHttpContextAccessor in each AppService and read header value in each app service methods to make decision for fake or real data.
just wondering, is there any other approach ?