-
Notifications
You must be signed in to change notification settings - Fork 36
Added basic support for MSTest V4 #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@nscheibe Could you maybe take a look as this prevents MSTest-users from using Snapshooter / upgrading to MSTestV4 ? 🙂 |
|
I tried this and noticed an issue with MSTestV4 and NET 10. Using Microsoft Testing Platform.
Same thing with MSTestV3 perfectly works. |
|
@nscheibe @SbiCA @michaelstaib is there any plan to incorporate this? MSTest v4 was released over two months ago |
|
I'm neither a MS test user nor a maintainer so I'm wondering how I end up in the list 😮 |
Oups - sorry! I picked up your name on another PR and apparently didn't check properly. |
|
@glucaci this was not included in v1.1.0? |
Summary of the changes (Less than 80 chars)
Addresses #219 (in this specific format)
Note:
Other possibilities include introducing a separate Snapshooter.MSTestV4 package or determining the required
Assert-method and[(Data)TestMethod]-attributes via reflection to remain agnostic of a specific MSTest version. If desired, I can investigate further.