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
The safety checks ensure that types are part of the same inheritance, but interfaces aren't checked, leading to the following exception. This has to be fixed.
Expected parameters 'System.IO.Stream stream' and 'IDisposable disposable' to have the same type.
The text was updated successfully, but these errors were encountered:
The safety checks ensure that types are part of the same inheritance, but interfaces aren't checked, leading to the following exception. This has to be fixed.
The text was updated successfully, but these errors were encountered: