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
These objects implement IDisposable and trigger (false positive)
analysis warnings about undisposed objects.
PayloadWriter should not be made IDisposable because it could be
rewritten to use ArrayPool (and manage its own memory); clients don't
need to worry about this implementation detail.
0 commit comments