Unitverse icon indicating copy to clipboard operation
Unitverse copied to clipboard

Replace MSTest Assert.ThrowsException with Assert.ThrowsExactly for MSTest v4 support

Open echoix opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe. MSTest v4 removed the deprecated Assert.ThrowsException. In v3, Assert.ThrowsException had an autofix to replace to Assert.ThrowsExactly, but it is not possible now that it is invalid code.

Describe the solution you'd like The template changed

Additional context Add any other context or screenshots about the feature request here.

echoix avatar Oct 29 '25 12:10 echoix