Doron Grinzaig

Results 36 comments of Doron Grinzaig

Not much info to add here, but we all of a sudden saw the same error: > {"type":"https://tools.ietf.org/html/rfc7231#section-6.6.1","title":"ERR invalid expire time in 'setex' command","status":500,"detail":" at Foundatio.Caching.HybridCacheClient.SetAsync[T](String key, T value, Nullable`1...

We are using [Foundatio](https://github.com/FoundatioFx/Foundatio#caching) (an amazing library BTW if you are not familiar, I highly recommend checking it) on top of redis stack exchange.

I'm dumb. Indeed something in our CI configuration changed that sent expiration time of 0. Sorry for bothering you Marc :( , and you surely helped me find the root...

Yes, this what we ended up doing: `**/*.DataAccess/*Migrations/*.cs,...` I was wondering if there is a better and more explicit way for that (and hopefully only ignore specific a method though...

@RikkiGibson How does formatting to MSFT's standard happen internally inside MSFT? Once you have a medium-large project formatting with `dotnet format` is VERY slow, I can't even imagine how it...

@ajcvickers any chance seeing this land soon? 🙏 (I wish I could contribute this myself, but my understanding of EF under the hood is minimal at best, maybe a good...

@bradwilson thanks! If I got the commit right, it's not opt-out, it's opt-in, meaning you'll get the sync context if you choose to use async void. Right? If so, this...

Does your proxy support HTTPS? with a valid SSL? If not, this is the case.

@NickAb I'm not sure Merge is even applicable to ORMs. Can you write a little snippet showing how you would have use it?

The second option is probably better, adding the new property to the file automatically means very little if it runs in the ci. In the meantime how can we use...