-
Notifications
You must be signed in to change notification settings - Fork 830
Description
This issue has been moved from a ticket on Developer Community.
[regression] [worked-in:16.5.2]
A test in F# passes in 16.5.2 but not 16.6.0 Preview 2.1.
A minimal failing example is available here: https://github.com/dharmaturtle/objectdumptofile/tree/vstestbug
Specifically: https://github.com/dharmaturtle/objectdumptofile/blob/vstestbug/FSharpTests/Tests.fs
The error thrown is:
System.MissingMethodException : Method not found: ‘Void System.Text.RegularExpressions.Regex…ctor(System.String)’.
The test fails for the Preview version for the native Test Explorer as well as NCrunch, a 3rd party testing plugin. Both work in the VS non-Preview though.
Original Comments
Visual Studio Feedback System on 4/7/2020, 02:32 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)