dziedrius
dziedrius
@andrewlock - thanks for explanation, it makes a lot of sense. May be you have link to serilog issue, so that I could track that? And regarding > When the...
I've checked the code of AspNetCoreJobActivator and it seems to be a bug there. It overrides the BeginScope method, but does not override ActivateJob method, as a result it simply...
@julianps, thanks, suggested workaround worked for me too, probably will use temporary. But in general it is a ugly workaround, as it couples host and remote and whole module federation...
I'm facing the same issue, even though I'm using volume to attach the config file and I'm sure that config file is seen by the datadog redis checker - as...
But it works from command line in linux and from what I saw in self profile output it constructs command line :) And from output it even looks like profiling...
Ok, thanks for explanation.
@markwallace-microsoft, sure, I'll do it.
I understand reasoning for not passing Null to converter, but in that case we need some other way to handle it. I think quite common approach is to use non...
@roji > It sounds a bit odd that adding a non-nullable column would lock for minutes, but a nullable column wouldn't lock at all... If that really is so, you...