Skip to content

Commit 06198a7

Browse files
committed
Update packages
1 parent 6a6890f commit 06198a7

26 files changed

Lines changed: 678 additions & 678 deletions

File tree

Src/Directory.Packages.Analyzers.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<PackageVersion Include="AspNetCoreAnalyzers" Version="0.3.0" />
88
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" />
99
<PackageVersion Include="IDisposableAnalyzers" Version="4.0.8" />
10-
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.264" />
10+
<PackageVersion Include="Meziantou.Analyzer" Version="3.0.18" />
1111
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
1212
<PackageVersion Include="ReflectionAnalyzers" Version="0.3.1" />
1313
<PackageVersion Include="Roslynator.Analyzers" Version="4.15.0" />
14-
<PackageVersion Include="SharpSource" Version="1.27.1" />
14+
<PackageVersion Include="SharpSource" Version="1.31.1" />
1515
<PackageVersion Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" />
1616
<PackageVersion Include="SmartAnalyzers.ExceptionAnalyzer" Version="1.0.10" />
17-
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.17.0.131074" />
17+
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.20.0.135146" />
1818
<PackageVersion Include="ToStringWithoutOverrideAnalyzer" Version="0.6.0" />
1919
</ItemGroup>
2020
</Project>

Src/Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<Import Project="../Locals/Directory.Packages.props" Condition="Exists('../Locals/Directory.Packages.props')" />
44
<Import Project="Directory.Packages.Analyzers.props" />
55

66
<ItemGroup>
77
<!--test packages-->
8-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
9-
<PackageVersion Include="xunit.v3.mtp-v2" Version="3.2.1" />
8+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
9+
<PackageVersion Include="xunit.v3.mtp-v2" Version="3.2.2" />
1010
<!--dev packages-->
11-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
12-
<PackageVersion Include="MinVer" Version="6.0.0" />
11+
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.103" />
12+
<PackageVersion Include="MinVer" Version="7.0.0" />
1313
<PackageVersion Include="JetBrains.Annotations" Version="2025.2.4" />
1414
<!--benchmark packages-->
1515
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />

Src/FastData.Benchmarks/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,32 +171,32 @@
171171
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
172172
}
173173
},
174-
"Genbox.FastData": {
174+
"fastdata": {
175175
"type": "Project",
176176
"dependencies": {
177177
"Microsoft.Extensions.Logging.Abstractions": "[10.0.1, )"
178178
}
179179
},
180-
"Genbox.FastData.Generator": {
180+
"fastdata.generator": {
181181
"type": "Project",
182182
"dependencies": {
183-
"Genbox.FastData": "[1.0.0, )"
183+
"FastData": "[1.0.0, )"
184184
}
185185
},
186-
"Genbox.FastData.Generator.CSharp": {
186+
"fastdata.generator.csharp": {
187187
"type": "Project",
188188
"dependencies": {
189-
"Genbox.FastData.Generator.Template": "[1.0.0, )"
189+
"FastData.Generator.Template": "[1.0.0, )"
190190
}
191191
},
192-
"Genbox.FastData.Generator.Template": {
192+
"fastdata.generator.template": {
193193
"type": "Project",
194194
"dependencies": {
195-
"Genbox.FastData.Generator": "[1.0.0, )",
195+
"FastData.Generator": "[1.0.0, )",
196196
"Mono.TextTemplating": "[3.0.0, )"
197197
}
198198
},
199-
"Genbox.FastData.InternalShared": {
199+
"fastdata.internalshared": {
200200
"type": "Project",
201201
"dependencies": {
202202
"Microsoft.CodeAnalysis.CSharp": "[4.10.0, )",

Src/FastData.Cli.Tests/packages.lock.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"net10.0": {
55
"Microsoft.NET.Test.Sdk": {
66
"type": "Direct",
7-
"requested": "[18.0.1, )",
8-
"resolved": "18.0.1",
9-
"contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
7+
"requested": "[18.3.0, )",
8+
"resolved": "18.3.0",
9+
"contentHash": "xW3kXuWRQtgoxJp4J+gdhHSQyK+6Wb/AZDSd7lMvuMRYlZ1tnpkojyfZlWilB5G4dmZ0Y0ZxU/M23TlubndNkw==",
1010
"dependencies": {
11-
"Microsoft.CodeCoverage": "18.0.1",
12-
"Microsoft.TestPlatform.TestHost": "18.0.1"
11+
"Microsoft.CodeCoverage": "18.3.0",
12+
"Microsoft.TestPlatform.TestHost": "18.3.0"
1313
}
1414
},
1515
"Verify.DiffPlex": {
@@ -38,13 +38,13 @@
3838
},
3939
"xunit.v3.mtp-v2": {
4040
"type": "Direct",
41-
"requested": "[3.2.1, )",
42-
"resolved": "3.2.1",
43-
"contentHash": "QnT7C+eEUM7ut6w4/RNPpSxE1Q9epiCNWf8Krc/vqcc+sc3Ejtl8lbf4w5DzBYWLUlkEEUr1u9czG0Qj7QK6IQ==",
41+
"requested": "[3.2.2, )",
42+
"resolved": "3.2.2",
43+
"contentHash": "S0LJpeMIMrmbVLXDCvPVX47OLk28qBYfGU+5SNCbarOEdw8oKLfiVqaACwuYRvLiOqDEB/+VJ8gTSB1ZwheoOQ==",
4444
"dependencies": {
45-
"xunit.analyzers": "1.26.0",
46-
"xunit.v3.assert": "[3.2.1]",
47-
"xunit.v3.core.mtp-v2": "[3.2.1]"
45+
"xunit.analyzers": "1.27.0",
46+
"xunit.v3.assert": "[3.2.2]",
47+
"xunit.v3.core.mtp-v2": "[3.2.2]"
4848
}
4949
},
5050
"Argon": {
@@ -95,8 +95,8 @@
9595
},
9696
"Microsoft.CodeCoverage": {
9797
"type": "Transitive",
98-
"resolved": "18.0.1",
99-
"contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
98+
"resolved": "18.3.0",
99+
"contentHash": "23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g=="
100100
},
101101
"Microsoft.Extensions.DependencyInjection.Abstractions": {
102102
"type": "Transitive",
@@ -135,15 +135,15 @@
135135
},
136136
"Microsoft.TestPlatform.ObjectModel": {
137137
"type": "Transitive",
138-
"resolved": "18.0.1",
139-
"contentHash": "qT/mwMcLF9BieRkzOBPL2qCopl8hQu6A1P7JWAoj/FMu5i9vds/7cjbJ/LLtaiwWevWLAeD5v5wjQJ/l6jvhWQ=="
138+
"resolved": "18.3.0",
139+
"contentHash": "AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ=="
140140
},
141141
"Microsoft.TestPlatform.TestHost": {
142142
"type": "Transitive",
143-
"resolved": "18.0.1",
144-
"contentHash": "uDJKAEjFTaa2wHdWlfo6ektyoh+WD4/Eesrwb4FpBFKsLGehhACVnwwTI4qD3FrIlIEPlxdXg3SyrYRIcO+RRQ==",
143+
"resolved": "18.3.0",
144+
"contentHash": "twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==",
145145
"dependencies": {
146-
"Microsoft.TestPlatform.ObjectModel": "18.0.1",
146+
"Microsoft.TestPlatform.ObjectModel": "18.3.0",
147147
"Newtonsoft.Json": "13.0.3"
148148
}
149149
},
@@ -179,102 +179,102 @@
179179
},
180180
"xunit.analyzers": {
181181
"type": "Transitive",
182-
"resolved": "1.26.0",
183-
"contentHash": "YrWZOfuU1Scg4iGizAlMNALOxVS+HPSVilfscNDEJAyrTIVdF4c+8o+Aerw2RYnrJxafj/F56YkJOKCURUWQmA=="
182+
"resolved": "1.27.0",
183+
"contentHash": "y/pxIQaLvk/kxAoDkZW9GnHLCEqzwl5TW0vtX3pweyQpjizB9y3DXhb9pkw2dGeUqhLjsxvvJM1k89JowU6z3g=="
184184
},
185185
"xunit.v3.assert": {
186186
"type": "Transitive",
187-
"resolved": "3.2.1",
188-
"contentHash": "7hGxs+sfgPCiHg7CbWL8Vsmg8WS4vBfipZ7rfE+FEyS7ksU4+0vcV08TQvLIXLPAfinT06zVoK83YjRcMXcXLw=="
187+
"resolved": "3.2.2",
188+
"contentHash": "BPciBghgEEaJN/JG00QfCYDfEfnLgQhfnYEy+j1izoeHVNYd5+3Wm8GJ6JgYysOhpBPYGE+sbf75JtrRc7jrdA=="
189189
},
190190
"xunit.v3.common": {
191191
"type": "Transitive",
192-
"resolved": "3.2.1",
193-
"contentHash": "NUh3pPTC3Py4XTnjoCCCIEzvdKTQ9apu0ikDNCrUETBtfHHXcoUmIl5bOfJLQQu7awhu8eaZHjJnG7rx9lUZpg==",
192+
"resolved": "3.2.2",
193+
"contentHash": "Hj775PEH6GTbbg0wfKRvG2hNspDCvTH9irXhH4qIWgdrOSV1sQlqPie+DOvFeigsFg2fxSM3ZAaaCDQs+KreFA==",
194194
"dependencies": {
195195
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
196196
}
197197
},
198198
"xunit.v3.core.mtp-v2": {
199199
"type": "Transitive",
200-
"resolved": "3.2.1",
201-
"contentHash": "EX7lPHnlJQYGj092TE+I7bw/iT9eYA+JcqRg0+31tSPgQqBhmOSxTT7YIfU6zFHo4ak4F/TPz3GjmvweJT1zZw==",
200+
"resolved": "3.2.2",
201+
"contentHash": "zW82tdCm+T1uUD1JKE+SmhgMq8nCAvcFPRLIVEiRgaxBSjcyJEKopLU3bHGOa416q+N3Dz7m1zLoPR5VJ5OQ+Q==",
202202
"dependencies": {
203203
"Microsoft.Testing.Extensions.Telemetry": "2.0.2",
204204
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.2",
205205
"Microsoft.Testing.Platform": "2.0.2",
206206
"Microsoft.Testing.Platform.MSBuild": "2.0.2",
207-
"xunit.v3.extensibility.core": "[3.2.1]",
208-
"xunit.v3.runner.inproc.console": "[3.2.1]"
207+
"xunit.v3.extensibility.core": "[3.2.2]",
208+
"xunit.v3.runner.inproc.console": "[3.2.2]"
209209
}
210210
},
211211
"xunit.v3.runner.common": {
212212
"type": "Transitive",
213-
"resolved": "3.2.1",
214-
"contentHash": "oF0jwl0xH45/RWjDcaCPOeeI6HCoyiEXIT8yvByd37rhJorjL/Ri8S9A/Vql8DBPjCfQWd6Url5JRmeiQ55isA==",
213+
"resolved": "3.2.2",
214+
"contentHash": "/hkHkQCzGrugelOAehprm7RIWdsUFVmIVaD6jDH/8DNGCymTlKKPTbGokD5czbAfqfex47mBP0sb0zbHYwrO/g==",
215215
"dependencies": {
216216
"Microsoft.Win32.Registry": "[5.0.0]",
217-
"xunit.v3.common": "[3.2.1]"
217+
"xunit.v3.common": "[3.2.2]"
218218
}
219219
},
220220
"xunit.v3.runner.inproc.console": {
221221
"type": "Transitive",
222-
"resolved": "3.2.1",
223-
"contentHash": "EC/VLj1E9BPWfmzdEMQEqouxh0rWAdX6SXuiiDRf0yXXsQo3E2PNLKCyJ9V8hmkGH/nBvM7pHLFbuCf00vCynw==",
222+
"resolved": "3.2.2",
223+
"contentHash": "ulWOdSvCk+bPXijJZ73bth9NyoOHsAs1ZOvamYbCkD4DNLX/Bd29Ve2ZNUwBbK0MqfIYWXHZViy/HKrdEC/izw==",
224224
"dependencies": {
225-
"xunit.v3.extensibility.core": "[3.2.1]",
226-
"xunit.v3.runner.common": "[3.2.1]"
225+
"xunit.v3.extensibility.core": "[3.2.2]",
226+
"xunit.v3.runner.common": "[3.2.2]"
227227
}
228228
},
229-
"Genbox.FastData": {
229+
"fastdata": {
230230
"type": "Project",
231231
"dependencies": {
232232
"Microsoft.Extensions.Logging.Abstractions": "[10.0.1, )"
233233
}
234234
},
235-
"Genbox.FastData.Cli": {
235+
"fastdata.cli": {
236236
"type": "Project",
237237
"dependencies": {
238-
"Genbox.FastData.Generator.CPlusPlus": "[1.0.0, )",
239-
"Genbox.FastData.Generator.CSharp": "[1.0.0, )",
240-
"Genbox.FastData.Generator.Rust": "[1.0.0, )",
238+
"FastData.Generator.CPlusPlus": "[1.0.0, )",
239+
"FastData.Generator.CSharp": "[1.0.0, )",
240+
"FastData.Generator.Rust": "[1.0.0, )",
241241
"Spectre.Console": "[0.54.0, )",
242242
"System.CommandLine": "[2.0.1, )",
243243
"System.Linq.Async": "[7.0.0, )"
244244
}
245245
},
246-
"Genbox.FastData.Generator": {
246+
"fastdata.generator": {
247247
"type": "Project",
248248
"dependencies": {
249-
"Genbox.FastData": "[1.0.0, )"
249+
"FastData": "[1.0.0, )"
250250
}
251251
},
252-
"Genbox.FastData.Generator.CPlusPlus": {
252+
"fastdata.generator.cplusplus": {
253253
"type": "Project",
254254
"dependencies": {
255-
"Genbox.FastData.Generator.Template": "[1.0.0, )"
255+
"FastData.Generator.Template": "[1.0.0, )"
256256
}
257257
},
258-
"Genbox.FastData.Generator.CSharp": {
258+
"fastdata.generator.csharp": {
259259
"type": "Project",
260260
"dependencies": {
261-
"Genbox.FastData.Generator.Template": "[1.0.0, )"
261+
"FastData.Generator.Template": "[1.0.0, )"
262262
}
263263
},
264-
"Genbox.FastData.Generator.Rust": {
264+
"fastdata.generator.rust": {
265265
"type": "Project",
266266
"dependencies": {
267-
"Genbox.FastData.Generator.Template": "[1.0.0, )"
267+
"FastData.Generator.Template": "[1.0.0, )"
268268
}
269269
},
270-
"Genbox.FastData.Generator.Template": {
270+
"fastdata.generator.template": {
271271
"type": "Project",
272272
"dependencies": {
273-
"Genbox.FastData.Generator": "[1.0.0, )",
273+
"FastData.Generator": "[1.0.0, )",
274274
"Mono.TextTemplating": "[3.0.0, )"
275275
}
276276
},
277-
"Genbox.FastData.InternalShared": {
277+
"fastdata.internalshared": {
278278
"type": "Project",
279279
"dependencies": {
280280
"Microsoft.CodeAnalysis.CSharp": "[4.10.0, )",
@@ -340,10 +340,10 @@
340340
"xunit.v3.extensibility.core": {
341341
"type": "CentralTransitive",
342342
"requested": "[3.2.1, )",
343-
"resolved": "3.2.1",
344-
"contentHash": "soZuThF5CwB/ZZ2HY/ivdinyM/6MvmjsHTG0vNw3fRd1ZKcmLzfxVb3fB6R3G5yoaN4Bh+aWzFGjOvYO05OzkA==",
343+
"resolved": "3.2.2",
344+
"contentHash": "srY8z/oMPvh/t8axtO2DwrHajhFMH7tnqKildvYrVQIfICi8fOn3yIBWkVPAcrKmHMwvXRJ/XsQM3VMR6DOYfQ==",
345345
"dependencies": {
346-
"xunit.v3.common": "[3.2.1]"
346+
"xunit.v3.common": "[3.2.2]"
347347
}
348348
}
349349
}

0 commit comments

Comments
 (0)