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.
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.