Skip to content

Commit 6f65214

Browse files
Update MSTest to 4.0.1 (#2903)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Strecker <martin.strecker@sonarsource.com>
1 parent c7c6af9 commit 6f65214

File tree

9 files changed

+478
-478
lines changed

9 files changed

+478
-478
lines changed

Tests/Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
18-
<PackageReference Include="MSTest.TestAdapter" Version="4.0.0" />
19-
<PackageReference Include="MSTest.TestFramework" Version="4.0.0" />
18+
<PackageReference Include="MSTest.TestAdapter" Version="4.0.1" />
19+
<PackageReference Include="MSTest.TestFramework" Version="4.0.1" />
2020
<PackageReference Include="NSubstitute" Version="5.3.0" />
2121
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17">
2222
<PrivateAssets>all</PrivateAssets>

Tests/SonarScanner.MSBuild.Common.Test/packages.lock.json

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@
4343
},
4444
"MSTest.TestAdapter": {
4545
"type": "Direct",
46-
"requested": "[4.0.0, )",
47-
"resolved": "4.0.0",
48-
"contentHash": "zAXj6kqtYTO/MFMGW+YsmRXyH8oR+bj3Rwc8WRwNJHsHvql9YBtbo0a8xZwy50r1kJ6UC5vYM3+YsDMvEOUs6Q==",
46+
"requested": "[4.0.1, )",
47+
"resolved": "4.0.1",
48+
"contentHash": "c5a2Dg/rxsB7pWwTMhULlHAmrNZtHC8xFa7LGxBQHdt80vMZ2Ez9PSHvkWAmxZhC5ma9GuJ89KCieRA8cJykPQ==",
4949
"dependencies": {
50-
"MSTest.TestFramework": "4.0.0",
51-
"Microsoft.Testing.Extensions.VSTestBridge": "2.0.0",
52-
"Microsoft.Testing.Platform.MSBuild": "2.0.0"
50+
"MSTest.TestFramework": "4.0.1",
51+
"Microsoft.Testing.Extensions.VSTestBridge": "2.0.1",
52+
"Microsoft.Testing.Platform.MSBuild": "2.0.1"
5353
}
5454
},
5555
"MSTest.TestFramework": {
5656
"type": "Direct",
57-
"requested": "[4.0.0, )",
58-
"resolved": "4.0.0",
59-
"contentHash": "K1CZFvX4zfoqzNuB6Lk9I1ZvZfHlb2e1iqtZwtxSvN0rY5dRvplMVujObQuK7VaUim8AcxS3yz7IltixMWbTVg==",
57+
"requested": "[4.0.1, )",
58+
"resolved": "4.0.1",
59+
"contentHash": "uXIBT47UAQcga6sfflqFvo1rkmHQESIhDvtusMWqhOef9nZhJF8UslfOZoIBV8q6uv9WOehSZ5fBBB4SNZWnBg==",
6060
"dependencies": {
61-
"MSTest.Analyzers": "4.0.0",
61+
"MSTest.Analyzers": "4.0.1",
6262
"System.Threading.Tasks.Extensions": "4.5.4"
6363
}
6464
},
@@ -1266,45 +1266,45 @@
12661266
},
12671267
"Microsoft.Testing.Extensions.Telemetry": {
12681268
"type": "Transitive",
1269-
"resolved": "2.0.0",
1270-
"contentHash": "IwjkvLfg9OEfRmh+wmeVA4oG/VLCIyzlT25vZSL3nlU4+hPycH7M1BrbyjrO42YZJZji9u8d24f8U8CRZIk5fA==",
1269+
"resolved": "2.0.1",
1270+
"contentHash": "qfzQF/XSjjtcir+wEPdVOIaseQqTqucNWO3uw+dbSflpIC9y9+o+Kq8+Xi0O9AGxukgMz/r4QTdNEK2FauYSCA==",
12711271
"dependencies": {
12721272
"Microsoft.ApplicationInsights": "2.23.0",
1273-
"Microsoft.Testing.Platform": "2.0.0",
1273+
"Microsoft.Testing.Platform": "2.0.1",
12741274
"System.Diagnostics.DiagnosticSource": "6.0.0"
12751275
}
12761276
},
12771277
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
12781278
"type": "Transitive",
1279-
"resolved": "2.0.0",
1280-
"contentHash": "B0XcjOjAaQJlUkvIh1dYaktBvVPyer/2TVoFjiAvw7p5+cEWkpBQEJboGekLU/9nt7yGfXbpq6K4D+jvhMMb6g==",
1279+
"resolved": "2.0.1",
1280+
"contentHash": "GCyRVLdFiOlGkgZItt2kHJRn/NY9zhEF5EQwjFCOl6fwr+uSy0KtwwGHF5uERevjEEBTqRbj4wwrraAqRyq1Zw==",
12811281
"dependencies": {
1282-
"Microsoft.Testing.Platform": "2.0.0"
1282+
"Microsoft.Testing.Platform": "2.0.1"
12831283
}
12841284
},
12851285
"Microsoft.Testing.Extensions.VSTestBridge": {
12861286
"type": "Transitive",
1287-
"resolved": "2.0.0",
1288-
"contentHash": "7y2bRp+Eqx3Gm+j7iklcQvwUfrMaEuMBMBnXkw24lMVERGblDKw1TzG9285Nh08RUdc/HgCv8dG0mLb+4EKLYA==",
1287+
"resolved": "2.0.1",
1288+
"contentHash": "9AhTlsybBBit+26FwsVFMc8piaNfHtBCqFuwC0sW6LZJfg9fB1SIh/FQLt2jQF98qwasbZ2r8OMYivxZkL3mAg==",
12891289
"dependencies": {
12901290
"Microsoft.TestPlatform.AdapterUtilities": "18.0.0",
12911291
"Microsoft.TestPlatform.ObjectModel": "18.0.0",
1292-
"Microsoft.Testing.Extensions.Telemetry": "2.0.0",
1293-
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.0",
1294-
"Microsoft.Testing.Platform": "2.0.0"
1292+
"Microsoft.Testing.Extensions.Telemetry": "2.0.1",
1293+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.1",
1294+
"Microsoft.Testing.Platform": "2.0.1"
12951295
}
12961296
},
12971297
"Microsoft.Testing.Platform": {
12981298
"type": "Transitive",
1299-
"resolved": "2.0.0",
1300-
"contentHash": "6Gd+62SUK6Ji2qnEZl2ZEWeKOKy8mvoK+AMnp8Sm6zx4q0uFPU1grKuMcz8zeQAnwTAEavTdbKt6Ntzj7yaMyg=="
1299+
"resolved": "2.0.1",
1300+
"contentHash": "k1k9DV/pzkhiG0LOokmrBf63BBhgUoHcjsOA6C0S26hiO+prcUIw4wpbzrUGrwMmJlo1P0idxJtiFEAZdvNwxQ=="
13011301
},
13021302
"Microsoft.Testing.Platform.MSBuild": {
13031303
"type": "Transitive",
1304-
"resolved": "2.0.0",
1305-
"contentHash": "HhChapYw9wYIER9KRfOzo9/hm8rfcWYmiOXf2L1cZGdg5IYWEOKt5LYwlzoJzP9OHKjqc5QOCX1mzlbwn7PV5Q==",
1304+
"resolved": "2.0.1",
1305+
"contentHash": "zI8svKM2d1wAu20u+cMRo13oJv4uyPcCmVZixvKk+W34d1F7hH2msEzyQ4zv3NEliE60JMM9cdDxWcA3yU2oAA==",
13061306
"dependencies": {
1307-
"Microsoft.Testing.Platform": "2.0.0"
1307+
"Microsoft.Testing.Platform": "2.0.1"
13081308
}
13091309
},
13101310
"Microsoft.TestPlatform.AdapterUtilities": {
@@ -1322,8 +1322,8 @@
13221322
},
13231323
"MSTest.Analyzers": {
13241324
"type": "Transitive",
1325-
"resolved": "4.0.0",
1326-
"contentHash": "2LXqNrvqG3IkMG1tIz8kUsoWT8NXdClPynqQtDI8lyXWasOf0UiaaooucwYvZ4VUrF099G8dCR1IOm15GrtTmA=="
1325+
"resolved": "4.0.1",
1326+
"contentHash": "SFYBSnZ2O5n+JZ6dYGig0rV8maAYYSAk8SpYbAvCl8XqJ2H1+Z6Su9AI4llW+RMJtmDDRUZ3JgaGih/MMgQkOw=="
13271327
},
13281328
"Namotion.Reflection": {
13291329
"type": "Transitive",
@@ -1721,8 +1721,8 @@
17211721
"dependencies": {
17221722
"Combinatorial.MSTest": "[1.0.0, )",
17231723
"FluentAssertions": "[7.2.0, )",
1724-
"MSTest.TestAdapter": "[4.0.0, )",
1725-
"MSTest.TestFramework": "[4.0.0, )",
1724+
"MSTest.TestAdapter": "[4.0.1, )",
1725+
"MSTest.TestFramework": "[4.0.1, )",
17261726
"Microsoft.NET.Test.Sdk": "[18.0.0, )",
17271727
"NSubstitute": "[5.3.0, )",
17281728
"SonarScanner.MSBuild.Common": "[1.0.0, )",
@@ -1774,22 +1774,22 @@
17741774
},
17751775
"MSTest.TestAdapter": {
17761776
"type": "Direct",
1777-
"requested": "[4.0.0, )",
1778-
"resolved": "4.0.0",
1779-
"contentHash": "zAXj6kqtYTO/MFMGW+YsmRXyH8oR+bj3Rwc8WRwNJHsHvql9YBtbo0a8xZwy50r1kJ6UC5vYM3+YsDMvEOUs6Q==",
1777+
"requested": "[4.0.1, )",
1778+
"resolved": "4.0.1",
1779+
"contentHash": "c5a2Dg/rxsB7pWwTMhULlHAmrNZtHC8xFa7LGxBQHdt80vMZ2Ez9PSHvkWAmxZhC5ma9GuJ89KCieRA8cJykPQ==",
17801780
"dependencies": {
1781-
"MSTest.TestFramework": "4.0.0",
1782-
"Microsoft.Testing.Extensions.VSTestBridge": "2.0.0",
1783-
"Microsoft.Testing.Platform.MSBuild": "2.0.0"
1781+
"MSTest.TestFramework": "4.0.1",
1782+
"Microsoft.Testing.Extensions.VSTestBridge": "2.0.1",
1783+
"Microsoft.Testing.Platform.MSBuild": "2.0.1"
17841784
}
17851785
},
17861786
"MSTest.TestFramework": {
17871787
"type": "Direct",
1788-
"requested": "[4.0.0, )",
1789-
"resolved": "4.0.0",
1790-
"contentHash": "K1CZFvX4zfoqzNuB6Lk9I1ZvZfHlb2e1iqtZwtxSvN0rY5dRvplMVujObQuK7VaUim8AcxS3yz7IltixMWbTVg==",
1788+
"requested": "[4.0.1, )",
1789+
"resolved": "4.0.1",
1790+
"contentHash": "uXIBT47UAQcga6sfflqFvo1rkmHQESIhDvtusMWqhOef9nZhJF8UslfOZoIBV8q6uv9WOehSZ5fBBB4SNZWnBg==",
17911791
"dependencies": {
1792-
"MSTest.Analyzers": "4.0.0"
1792+
"MSTest.Analyzers": "4.0.1"
17931793
}
17941794
},
17951795
"NSubstitute": {
@@ -2576,44 +2576,44 @@
25762576
},
25772577
"Microsoft.Testing.Extensions.Telemetry": {
25782578
"type": "Transitive",
2579-
"resolved": "2.0.0",
2580-
"contentHash": "IwjkvLfg9OEfRmh+wmeVA4oG/VLCIyzlT25vZSL3nlU4+hPycH7M1BrbyjrO42YZJZji9u8d24f8U8CRZIk5fA==",
2579+
"resolved": "2.0.1",
2580+
"contentHash": "qfzQF/XSjjtcir+wEPdVOIaseQqTqucNWO3uw+dbSflpIC9y9+o+Kq8+Xi0O9AGxukgMz/r4QTdNEK2FauYSCA==",
25812581
"dependencies": {
25822582
"Microsoft.ApplicationInsights": "2.23.0",
2583-
"Microsoft.Testing.Platform": "2.0.0"
2583+
"Microsoft.Testing.Platform": "2.0.1"
25842584
}
25852585
},
25862586
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
25872587
"type": "Transitive",
2588-
"resolved": "2.0.0",
2589-
"contentHash": "B0XcjOjAaQJlUkvIh1dYaktBvVPyer/2TVoFjiAvw7p5+cEWkpBQEJboGekLU/9nt7yGfXbpq6K4D+jvhMMb6g==",
2588+
"resolved": "2.0.1",
2589+
"contentHash": "GCyRVLdFiOlGkgZItt2kHJRn/NY9zhEF5EQwjFCOl6fwr+uSy0KtwwGHF5uERevjEEBTqRbj4wwrraAqRyq1Zw==",
25902590
"dependencies": {
2591-
"Microsoft.Testing.Platform": "2.0.0"
2591+
"Microsoft.Testing.Platform": "2.0.1"
25922592
}
25932593
},
25942594
"Microsoft.Testing.Extensions.VSTestBridge": {
25952595
"type": "Transitive",
2596-
"resolved": "2.0.0",
2597-
"contentHash": "7y2bRp+Eqx3Gm+j7iklcQvwUfrMaEuMBMBnXkw24lMVERGblDKw1TzG9285Nh08RUdc/HgCv8dG0mLb+4EKLYA==",
2596+
"resolved": "2.0.1",
2597+
"contentHash": "9AhTlsybBBit+26FwsVFMc8piaNfHtBCqFuwC0sW6LZJfg9fB1SIh/FQLt2jQF98qwasbZ2r8OMYivxZkL3mAg==",
25982598
"dependencies": {
25992599
"Microsoft.TestPlatform.AdapterUtilities": "18.0.0",
26002600
"Microsoft.TestPlatform.ObjectModel": "18.0.0",
2601-
"Microsoft.Testing.Extensions.Telemetry": "2.0.0",
2602-
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.0",
2603-
"Microsoft.Testing.Platform": "2.0.0"
2601+
"Microsoft.Testing.Extensions.Telemetry": "2.0.1",
2602+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.1",
2603+
"Microsoft.Testing.Platform": "2.0.1"
26042604
}
26052605
},
26062606
"Microsoft.Testing.Platform": {
26072607
"type": "Transitive",
2608-
"resolved": "2.0.0",
2609-
"contentHash": "6Gd+62SUK6Ji2qnEZl2ZEWeKOKy8mvoK+AMnp8Sm6zx4q0uFPU1grKuMcz8zeQAnwTAEavTdbKt6Ntzj7yaMyg=="
2608+
"resolved": "2.0.1",
2609+
"contentHash": "k1k9DV/pzkhiG0LOokmrBf63BBhgUoHcjsOA6C0S26hiO+prcUIw4wpbzrUGrwMmJlo1P0idxJtiFEAZdvNwxQ=="
26102610
},
26112611
"Microsoft.Testing.Platform.MSBuild": {
26122612
"type": "Transitive",
2613-
"resolved": "2.0.0",
2614-
"contentHash": "HhChapYw9wYIER9KRfOzo9/hm8rfcWYmiOXf2L1cZGdg5IYWEOKt5LYwlzoJzP9OHKjqc5QOCX1mzlbwn7PV5Q==",
2613+
"resolved": "2.0.1",
2614+
"contentHash": "zI8svKM2d1wAu20u+cMRo13oJv4uyPcCmVZixvKk+W34d1F7hH2msEzyQ4zv3NEliE60JMM9cdDxWcA3yU2oAA==",
26152615
"dependencies": {
2616-
"Microsoft.Testing.Platform": "2.0.0"
2616+
"Microsoft.Testing.Platform": "2.0.1"
26172617
}
26182618
},
26192619
"Microsoft.TestPlatform.AdapterUtilities": {
@@ -2655,8 +2655,8 @@
26552655
},
26562656
"MSTest.Analyzers": {
26572657
"type": "Transitive",
2658-
"resolved": "4.0.0",
2659-
"contentHash": "2LXqNrvqG3IkMG1tIz8kUsoWT8NXdClPynqQtDI8lyXWasOf0UiaaooucwYvZ4VUrF099G8dCR1IOm15GrtTmA=="
2658+
"resolved": "4.0.1",
2659+
"contentHash": "SFYBSnZ2O5n+JZ6dYGig0rV8maAYYSAk8SpYbAvCl8XqJ2H1+Z6Su9AI4llW+RMJtmDDRUZ3JgaGih/MMgQkOw=="
26602660
},
26612661
"Namotion.Reflection": {
26622662
"type": "Transitive",
@@ -3884,8 +3884,8 @@
38843884
"dependencies": {
38853885
"Combinatorial.MSTest": "[1.0.0, )",
38863886
"FluentAssertions": "[7.2.0, )",
3887-
"MSTest.TestAdapter": "[4.0.0, )",
3888-
"MSTest.TestFramework": "[4.0.0, )",
3887+
"MSTest.TestAdapter": "[4.0.1, )",
3888+
"MSTest.TestFramework": "[4.0.1, )",
38893889
"Microsoft.NET.Test.Sdk": "[18.0.0, )",
38903890
"NSubstitute": "[5.3.0, )",
38913891
"SonarScanner.MSBuild.Common": "[1.0.0, )",

0 commit comments

Comments
 (0)