Idrees Haddad

Results 4 comments of Idrees Haddad

@omar-haddad From [https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-3.0/#interception-of-database-operations](url) 1- Create the interceptor class that sets the time zone: ```c# public class UTCTimeInterceptor : DbCommandInterceptor { public override InterceptionResult ReaderExecuting( DbCommand command, CommandEventData eventData, InterceptionResult result)...

@vlasenko Could you replicate that in http://plnkr.co/ ?

I'm using the famous angular-translate and I'm also adding the translation filter to each field individually. +1 for setErrorMessages() on a service level.

I've seen this problem, but @refactorthis has been away for sometime now, so I don't know if this will be fixed soon.