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
Classes like the standard library's MemoryManager<T> have an abstract dispose method, which cannot be called despite the lint asking for it to be invoked.
Classes like the standard library's
MemoryManager<T>
have an abstract dispose method, which cannot be called despite the lint asking for it to be invoked.The text was updated successfully, but these errors were encountered: