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
I use SixLabors.ImageSharp to preprocess image, but got
System.TypeLoadException: The generic type 'System.Func`4' was used with an invalid instantiation in assembly 'System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'.
Not sure about this one, I assume it has to do with the accessor being a ref struct which means it probably won't work (same reason as Span, can't be boxed).
I use SixLabors.ImageSharp to preprocess image, but got
The code is:
The text was updated successfully, but these errors were encountered: