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
One or more components in this repository are suppressing CA1063. To avoid memory leaks in certain edge cases, we should be implementing the full IDisposable pattern and not suppressing this warning.
From CommunityToolkit/Tooling-Windows-Submodule#63
One or more components in this repository are suppressing CA1063. To avoid memory leaks in certain edge cases, we should be implementing the full
IDisposable
pattern and not suppressing this warning.Affected components:
The text was updated successfully, but these errors were encountered: