Shannon Deminick
|
e8cc0fcac5
|
Update src/Umbraco.Web.Common/Cache/HttpContextRequestAppCache.cs
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
|
2021-03-09 12:47:13 +11:00 |
|
Shannon
|
a07728f8db
|
Starts removing usage of CallContext and some cleanup
|
2021-03-08 17:08:15 +11:00 |
|
Shannon
|
df333ec8cb
|
Updates scopes in execution context to use a Stack so we know which is the top Scope/Context. Fixes disposing things on end request, fixes ensuring orphaned scopes are disposed at end request.
|
2021-03-05 15:27:45 +11:00 |
|
Shannon
|
d986311459
|
removes commented out code
|
2021-03-04 15:38:22 +11:00 |
|
Shannon
|
a70a739d62
|
security accessors should not be hybrid, ensures call context isn't flowed to child set/forget threads, renames TaskHelper and adds a test, removes GenericDictionaryRequestAppCache in favor of HttpContextRequestAppCache that relies on HttpContext and fixes http locks since there was a deadlock problem. Removes SafeCallContext, we just use ExecutionContext.SuppressFlow instead
|
2021-03-03 10:40:16 +11:00 |
|