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 used Scrutor for decoration in an Asp.net core application and it worked fine with version 4.1.0. But after updating to 4.2.0, it causes some tests to fail.
Message:
System.AggregateException : One or more errors occurred. (The method or operation is not implemented.) (The following constructor parameters did not have matching fixture data: xFixture fixture)
---- System.NotImplementedException : The method or operation is not implemented.
---- The following constructor parameters did not have matching fixture data: xFixture fixture
Any idea how that might happen? It works with downgrading.
The text was updated successfully, but these errors were encountered:
I used Scrutor for decoration in an Asp.net core application and it worked fine with version 4.1.0. But after updating to 4.2.0, it causes some tests to fail.
Any idea how that might happen? It works with downgrading.
The text was updated successfully, but these errors were encountered: