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 fixer used to only handle the case when AllowDerivedTypes is false. But now that we have Assert.Throws and Assert.ThrowsExactly (and the async variants), it should be possible for the fixer to handle when AllowDerivedTypes is true.
The fixer is currently switching to the non-recommended methods. It should be updated to use the new ones.
AB#2331940
The text was updated successfully, but these errors were encountered:
Describe the bug
AllowDerivedTypes
is false. But now that we have Assert.Throws and Assert.ThrowsExactly (and the async variants), it should be possible for the fixer to handle when AllowDerivedTypes is true.AB#2331940
The text was updated successfully, but these errors were encountered: