You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This raises the question, should the built-in OAuth handlers be disposing of the HttpRequestMessage/HttpResponseMessage instances they create, or are they a special case for IDisposable like HttpClient and Task/Task<T> where warnings from static analyzers are false positives?