Skip to content

Commit 6319ccb

Browse files
committed
Revert CliWrap update
1 parent 95b5b84 commit 6319ccb

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed
Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
********************************************
2-
*** WARNING ***
3-
*** Do NOT update ICSharpCode.Decompiler ***
4-
*** beyond 7.2.1.6856 as it will break ***
5-
*** VS Test Explorer ***
6-
********************************************
7-
8-
This happens because of a nested dependency on
9-
System.Runtime.CompilerServices.Unsafe.
1+
*******************************************
2+
*** WARNING ****
3+
*** Do NOT update CLIWrap beyond v3.6.1 ***
4+
*** as it will break VS Test Explorer ***
5+
*******************************************
106

7+
This happens because of a nested dependency on System.Runtime.CompilerServices.Unsafe.
118
Moving beyond this version requires testing this.
12-
13-
Reported and it's a know issue with vstest. See:
9+
Reported and it's a know issue wit vstest. See:
1410
https://github.com/microsoft/vstest/issues/4673
1511
https://github.com/microsoft/vstest/issues/4775

source/TestAdapter/nanoFramework.TestAdapter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="CliWrap" Version="3.6.6" />
15+
<PackageReference Include="CliWrap" Version="3.6.1" />
1616
<PackageReference Include="ICSharpCode.Decompiler" Version="7.2.1.6856" />
1717
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.10.0" />
1818
<PackageReference Include="nanoFramework.Tools.Debugger.Net" Version="2.4.42" />

source/TestAdapter/packages.lock.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
".NETFramework,Version=v4.8": {
55
"CliWrap": {
66
"type": "Direct",
7-
"requested": "[3.6.6, )",
8-
"resolved": "3.6.6",
9-
"contentHash": "8/WnYKDjXjqMp9ktCygmeC6kDsmSEKF4riEYNy98+nD3wOKbuxqOjmhiFMalOYlM+mUqfs3SOEowF20+loDZHQ==",
7+
"requested": "[3.6.1, )",
8+
"resolved": "3.6.1",
9+
"contentHash": "vAZOcQBJpf3Lz1gyKnnhbRw6Fhw+/rsQqGJhoVfb5BEeTKbIgAPZ6LrzcJf6XV58CmC2L2t3oKNV8s4BE1HtPQ==",
1010
"dependencies": {
11-
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
11+
"Microsoft.Bcl.AsyncInterfaces": "7.0.0",
12+
"System.Buffers": "4.5.1",
1213
"System.Memory": "4.5.5",
1314
"System.Threading.Tasks.Extensions": "4.5.4",
1415
"System.ValueTuple": "4.5.0"
@@ -64,8 +65,8 @@
6465
},
6566
"Microsoft.Bcl.AsyncInterfaces": {
6667
"type": "Transitive",
67-
"resolved": "8.0.0",
68-
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
68+
"resolved": "7.0.0",
69+
"contentHash": "3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
6970
"dependencies": {
7071
"System.Threading.Tasks.Extensions": "4.5.4"
7172
}

0 commit comments

Comments
 (0)