Skip to content

Commit 9065647

Browse files
Bump MSTest from 3.7.3 to 3.8.3
Bumps [MSTest](https://github.com/microsoft/testfx) from 3.7.3 to 3.8.3. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.3...v3.8.3) --- updated-dependencies: - dependency-name: MSTest dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5983155 commit 9065647

File tree

3 files changed

+110
-40
lines changed

3 files changed

+110
-40
lines changed

src/TemplateRefGenerator.Tests/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
"DiffPlex": "[1.7.2, )",
379379
"FluentAssertions": "[7.0.0, )",
380380
"JsonDiffPatch.Net": "[2.3.0, )",
381-
"MSTest": "[3.7.3, )",
381+
"MSTest": "[3.8.3, )",
382382
"Microsoft.NET.Test.Sdk": "[17.13.0, )"
383383
}
384384
}

src/TestHelpers/TestHelpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="FluentAssertions" Version="7.0.0" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
10-
<PackageReference Include="MSTest" Version="3.7.3" />
10+
<PackageReference Include="MSTest" Version="3.8.3" />
1111
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.727" />
1212
<PackageReference Include="JsonDiffPatch.Net" Version="2.3.0" />
1313
<PackageReference Include="DiffPlex" Version="1.7.2" />

src/TestHelpers/packages.lock.json

Lines changed: 108 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,16 @@
6363
},
6464
"MSTest": {
6565
"type": "Direct",
66-
"requested": "[3.7.3, )",
67-
"resolved": "3.7.3",
68-
"contentHash": "0N2MnLPjoOjp5rhHpjY7VNB3b5Au/88Grg3OzHUtWKnW1XdYr8Y4YgwlSVOexj4IemW/LkzwUXCICD+loeMqaA==",
66+
"requested": "[3.8.3, )",
67+
"resolved": "3.8.3",
68+
"contentHash": "TdOPievIlJLG4CUoqLF5nzIBR2p/oRaEZENOirmkVN2VUIdEeAKVxER49iAorO1lkI3W6nG/E8yItiKRlKL9GQ==",
6969
"dependencies": {
70-
"MSTest.Analyzers": "[3.7.3]",
71-
"MSTest.TestAdapter": "[3.7.3]",
72-
"MSTest.TestFramework": "[3.7.3]",
73-
"Microsoft.NET.Test.Sdk": "17.12.0"
70+
"MSTest.Analyzers": "3.8.3",
71+
"MSTest.TestAdapter": "3.8.3",
72+
"MSTest.TestFramework": "3.8.3",
73+
"Microsoft.NET.Test.Sdk": "17.13.0",
74+
"Microsoft.Testing.Extensions.CodeCoverage": "17.13.1",
75+
"Microsoft.Testing.Extensions.TrxReport": "1.6.3"
7476
}
7577
},
7678
"Nerdbank.GitVersioning": {
@@ -105,51 +107,88 @@
105107
"resolved": "17.13.0",
106108
"contentHash": "9LIUy0y+DvUmEPtbRDw6Bay3rzwqFV8P4efTrK4CZhQle3M/QwLPjISghfcolmEGAPWxuJi6m98ZEfk4VR4Lfg=="
107109
},
110+
"Microsoft.DiaSymReader": {
111+
"type": "Transitive",
112+
"resolved": "2.0.0",
113+
"contentHash": "QcZrCETsBJqy/vQpFtJc+jSXQ0K5sucQ6NUFbTNVHD4vfZZOwjZ/3sBzczkC4DityhD3AVO/+K/+9ioLs1AgRA=="
114+
},
115+
"Microsoft.Extensions.DependencyModel": {
116+
"type": "Transitive",
117+
"resolved": "6.0.1",
118+
"contentHash": "AdvrtrqZpMgW4tIAQ/8gE1LAM/FjFY8JrFdyiolOf9WLEfN3WuFG1Hje6n0jqaOs3ldZFGWhatJQHJRrIOd++w==",
119+
"dependencies": {
120+
"System.Buffers": "4.5.1",
121+
"System.Memory": "4.5.4",
122+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
123+
"System.Text.Encodings.Web": "6.0.0",
124+
"System.Text.Json": "6.0.10"
125+
}
126+
},
108127
"Microsoft.SourceLink.Common": {
109128
"type": "Transitive",
110129
"resolved": "8.0.0",
111130
"contentHash": "dk9JPxTCIevS75HyEQ0E4OVAFhB2N+V9ShCXf8Q6FkUQZDkgLI12y679Nym1YqsiSysuQskT7Z+6nUf3yab6Vw=="
112131
},
132+
"Microsoft.Testing.Extensions.CodeCoverage": {
133+
"type": "Transitive",
134+
"resolved": "17.13.1",
135+
"contentHash": "Ok2HWJdOTzErMqLlWQZ/i2Fw05VWmgh1yhUWFYJAtUmCv6uJSgz/qAiriRgpTjZRWaKbb7HDaGfMgKSNcmaVfw==",
136+
"dependencies": {
137+
"Microsoft.DiaSymReader": "2.0.0",
138+
"Microsoft.Extensions.DependencyModel": "6.0.1",
139+
"Microsoft.Testing.Platform": "1.4.3",
140+
"Newtonsoft.Json": "13.0.3",
141+
"System.Reflection.Metadata": "8.0.0"
142+
}
143+
},
113144
"Microsoft.Testing.Extensions.Telemetry": {
114145
"type": "Transitive",
115-
"resolved": "1.5.3",
116-
"contentHash": "U9pGd5DQuX1PfkrdFI+xH34JGgQ2nes5QAwIITTk+MQfLvRITqsZjJeHTjpGWh33D/0q1l7aA8/LQHR7UuCgLQ==",
146+
"resolved": "1.6.3",
147+
"contentHash": "h6//5zXfZyvZzyPc6tsDm3ZYXVcbZGIU1o6HWzcHYHb/yeBpi/Bx6ug6/4bkUKZOSFK8E/xBQQpfutO0SR1Lsg==",
117148
"dependencies": {
118149
"Microsoft.ApplicationInsights": "2.22.0",
119-
"Microsoft.Testing.Platform": "1.5.3"
150+
"Microsoft.Testing.Platform": "1.6.3"
151+
}
152+
},
153+
"Microsoft.Testing.Extensions.TrxReport": {
154+
"type": "Transitive",
155+
"resolved": "1.6.3",
156+
"contentHash": "jbEMuHPCVB2gp3fpiHRTFgmlqK+9Sw/4lIXUNWI4kncJ8wA00zjMX+QWVOFRvO7EZNCi6lIOejTJBjytdd+DSQ==",
157+
"dependencies": {
158+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.6.3",
159+
"Microsoft.Testing.Platform": "1.6.3"
120160
}
121161
},
122162
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
123163
"type": "Transitive",
124-
"resolved": "1.5.3",
125-
"contentHash": "h34zKNpGyni66VH738mRHeXSnf3klSShUdavUWNhSfWICUUi5aXeI0LBvoX/ad93N0+9xBDU3Fyi6WfxrwKQGw==",
164+
"resolved": "1.6.3",
165+
"contentHash": "0MdowM+3IDVWE5VBzVe9NvxsE4caSbM3fO+jlWVzEBr/Vnc3BWx+uV/Ex0dLLpkxkeUKH2gGWTNLb39rw3DDqw==",
126166
"dependencies": {
127-
"Microsoft.Testing.Platform": "1.5.3"
167+
"Microsoft.Testing.Platform": "1.6.3"
128168
}
129169
},
130170
"Microsoft.Testing.Extensions.VSTestBridge": {
131171
"type": "Transitive",
132-
"resolved": "1.5.3",
133-
"contentHash": "cJD67YfDT98wEWyazKVD/yPVW6+H1usXeuselCnRes7JZBTIYWtrCchcOzOahnmajT79eDKqt9sta7DXwTDU4Q==",
172+
"resolved": "1.6.3",
173+
"contentHash": "RhZLOro4GWVO6OtojBX+Vvi9+xSAPjm0v+wCufc/WOe4XLNseeHfOfPjBj0v0V1/6i+wau2IP3keW4m/qMG/Nw==",
134174
"dependencies": {
135-
"Microsoft.ApplicationInsights": "2.22.0",
136-
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
137-
"Microsoft.Testing.Extensions.Telemetry": "1.5.3",
138-
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.3",
139-
"Microsoft.Testing.Platform": "1.5.3"
175+
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
176+
"Microsoft.Testing.Extensions.Telemetry": "1.6.3",
177+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.6.3",
178+
"Microsoft.Testing.Platform": "1.6.3"
140179
}
141180
},
142181
"Microsoft.Testing.Platform": {
143182
"type": "Transitive",
144-
"resolved": "1.5.3",
145-
"contentHash": "WqJydnJ99dEKtquR9HwINz104ehWJKTXbQQrydGatlLRw14bmsx0pa8+E6KUXMYXZAimN0swWlDmcJGjjW4TIg=="
183+
"resolved": "1.6.3",
184+
"contentHash": "DqMZukaPo+vKzColfqd1I5qZebfISZT6ND70AOem/dYQmHsaMN0xg/JG7E0e80rwfxL7wAA4ylSg8j6KJf1Tuw=="
146185
},
147186
"Microsoft.Testing.Platform.MSBuild": {
148187
"type": "Transitive",
149-
"resolved": "1.5.3",
150-
"contentHash": "bOtpRMSPeT5YLQo+NNY8EtdNTphAUcmALjW4ABU7P0rb6yR2XAZau3TzNieLmR3lRuwudguWzzBhgcLRXwZh0A==",
188+
"resolved": "1.6.3",
189+
"contentHash": "PXSYI5Iae29GM5636zOL8PlQD1YyOa9cfzfYLR43hrLjjK7RDJgMTvgAet3oZLgDTvz6pbzABZvhx+S/W5m8YA==",
151190
"dependencies": {
152-
"Microsoft.Testing.Platform": "1.5.3"
191+
"Microsoft.Testing.Platform": "1.6.3"
153192
}
154193
},
155194
"Microsoft.TestPlatform.ObjectModel": {
@@ -176,30 +215,40 @@
176215
},
177216
"MSTest.Analyzers": {
178217
"type": "Transitive",
179-
"resolved": "3.7.3",
180-
"contentHash": "5KcyyxIP0UBRKBs135+S3JQJALc1PmZMzhpR86JIXQ2Dnd/lDiOGNDD8R23X015mWi1K95KQWsGWw+3e7DUrgg=="
218+
"resolved": "3.8.3",
219+
"contentHash": "ZwPLmUJlelfBxq50J+xJVCCL8Ftysj2ymidyImFIFcktYgDn1rjaIOrYb2hPvLUTve9vIoSQClLygcYpEWEfkw=="
181220
},
182221
"MSTest.TestAdapter": {
183222
"type": "Transitive",
184-
"resolved": "3.7.3",
185-
"contentHash": "Ro3TnkC+TfovOTFd93DnzDF/ickJkkAYVmnzrjvY3FUduRcTJLIOJee9kiP1o3q1aPqmJSK6CobdvyWXubajWw==",
223+
"resolved": "3.8.3",
224+
"contentHash": "1BCQLY74z6hhKl7UHJRgJvWfaD3MDQ+KLqHHqHnxmCJqeQKJUSESWGepA5N/rlperXGzWl5PH4ES/Jtch+uiIA==",
186225
"dependencies": {
187-
"Microsoft.Testing.Extensions.VSTestBridge": "1.5.3",
188-
"Microsoft.Testing.Platform.MSBuild": "1.5.3"
226+
"Microsoft.Testing.Extensions.VSTestBridge": "1.6.3",
227+
"Microsoft.Testing.Platform.MSBuild": "1.6.3"
189228
}
190229
},
191230
"MSTest.TestFramework": {
192231
"type": "Transitive",
193-
"resolved": "3.7.3",
194-
"contentHash": "Eg4F4zOsAFKlSiLI3tOJfg6BGXeppLhgdupAfVlnpZBXa3rNqxINIeZDJ5/KpoW5BRZyUSZW76Q8yNNk0GqCEQ==",
232+
"resolved": "3.8.3",
233+
"contentHash": "WGIxZYQrWm+9Md3oRiRaGvq4uTqbLt0T543gAyIQhYP1olvUH7ptH7rmR1SZ60SrJ8mjH5BBEjmB/4kX++u7JA==",
195234
"dependencies": {
196-
"MSTest.Analyzers": "3.7.3"
235+
"MSTest.Analyzers": "3.8.3"
197236
}
198237
},
199238
"Newtonsoft.Json": {
200239
"type": "Transitive",
201-
"resolved": "13.0.1",
202-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
240+
"resolved": "13.0.3",
241+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
242+
},
243+
"System.Buffers": {
244+
"type": "Transitive",
245+
"resolved": "4.5.1",
246+
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
247+
},
248+
"System.Collections.Immutable": {
249+
"type": "Transitive",
250+
"resolved": "8.0.0",
251+
"contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg=="
203252
},
204253
"System.Configuration.ConfigurationManager": {
205254
"type": "Transitive",
@@ -223,10 +272,23 @@
223272
"Microsoft.Win32.SystemEvents": "6.0.0"
224273
}
225274
},
275+
"System.Memory": {
276+
"type": "Transitive",
277+
"resolved": "4.5.4",
278+
"contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw=="
279+
},
226280
"System.Reflection.Metadata": {
227281
"type": "Transitive",
228-
"resolved": "1.6.0",
229-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
282+
"resolved": "8.0.0",
283+
"contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
284+
"dependencies": {
285+
"System.Collections.Immutable": "8.0.0"
286+
}
287+
},
288+
"System.Runtime.CompilerServices.Unsafe": {
289+
"type": "Transitive",
290+
"resolved": "6.0.0",
291+
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
230292
},
231293
"System.Security.AccessControl": {
232294
"type": "Transitive",
@@ -247,6 +309,14 @@
247309
"System.Windows.Extensions": "6.0.0"
248310
}
249311
},
312+
"System.Text.Encodings.Web": {
313+
"type": "Transitive",
314+
"resolved": "6.0.0",
315+
"contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
316+
"dependencies": {
317+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
318+
}
319+
},
250320
"System.Text.Json": {
251321
"type": "Transitive",
252322
"resolved": "8.0.5",

0 commit comments

Comments
 (0)