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 Entity Framework team noticed the same thing and reported it directly to the DynamicProxy project (upon which Moq 4 is built): castleproject/Core#601.
This has recently been fixed there, and it will be fixed in Moq once we can upgrade to the upcoming version of DynamicProxy.
A System.TypeLoadException is incorrectly thrown on dotnet 6 when mocking a record with a base record. See simple repro below.
The text was updated successfully, but these errors were encountered: