Shannon Deminick
Shannon Deminick
Hi, I submitted this based on recent research I as doing in Umbraco CMS which used to use CallContext and now uses AsyncLocal to store an ambient context. Some things...
Ah I see. In the case of passing the PerformingContext via AsyncLocal, then yes using SuppressFlow() will suppress that value from being available in child threads. I understand that it's...
Hi @odinserj , thanks for the info! > all the background threads are started when application is being initialized, and usually no AsyncLocal instances are used there aha! that's great,...
Cool, thx for logging it. I haven't used this codebase for a while now so if you can point me to where you'd escape and can see if it'd be...
Very interesting :) well the problem with this project and old legacy Umbraco bits is that a lot of this type of hacking is required! Over the years I've tried...
I've just come up against this too, i think it didn't happen in earlier versions of Umbraco since it might not have been referenced but now it is. Need to...
Oh my inbox backlog is far too big! I'm trying to get through all of the starred items and will try to get to this as soon as possible -...
So sorry I haven't seen this PR yet, somehow slipped through the cracks in my emails. I'll review and feedback asap
I'm definitely in agreement with @jeffreywstevens here. I know there are some recent commits and changes done in the past several months which would warrant a new beta release, but...