vault backup: 2024-11-13 11:29:46

This commit is contained in:
2024-11-13 11:29:46 -06:00
parent 7e7d1deb45
commit 780b4ee9bd
3 changed files with 9 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
Review all uses of `Url` and `HttpContext` to make sure they are not used after we do `ConfigureAwait(false)` (like in private controller methods).
Review all `HttpContext.Current` usage to replace with passed-in `HttpContextBase` parameters.