* Fix ambiguity in last paragraph regarding usage of statics
The wording in the last paragraph is ambiguous - it addresses IHttpContextAccessor interface rather than the static HttpContextAccessor helper. For the reader, it might be difficult to understand that usage of the static helper - and not the interface - is discouraged.
* Fix ambiguity in last paragraph regarding usage of statics
Co-Authored-By: mahic <159796+mahic@users.noreply.github.com>
* minor edits
* react to feedback
* Add a short migration doc page explaining how to migrate `ClaimsPrincipal.Current` usage
* Update file names to work with xref cross-references
* UE edit