Skip to content

Commit

Permalink
Add readme with warning and explanations about ref updates
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes committed Apr 8, 2024
1 parent 69e6df1 commit 119c97b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/TestAdapter/README-BEFORE-UPATING-REFS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*******************************************
*** WARNING ****
*** Do NOT update CLIWrap beyond v3.6.1 ***
*** as it will break VS Test Explorer ***
*******************************************

This happens because of a nested dependency on System.Runtime.CompilerServices.Unsafe.
Moving beyond this version requires testing this.
Reported and it's a know issue wit vstest. See:
https://github.com/microsoft/vstest/issues/4673
https://github.com/microsoft/vstest/issues/4775

0 comments on commit 119c97b

Please sign in to comment.