diff --git a/Directory.Packages.props b/Directory.Packages.props
index a73dfa6ba..34a047770 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -36,6 +36,6 @@
-
+
\ No newline at end of file
diff --git a/tests/GW2SDK.ArchitectureTests/packages.lock.json b/tests/GW2SDK.ArchitectureTests/packages.lock.json
index fc8262aef..bc7588167 100644
--- a/tests/GW2SDK.ArchitectureTests/packages.lock.json
+++ b/tests/GW2SDK.ArchitectureTests/packages.lock.json
@@ -1,286 +1,6 @@
{
"version": 2,
"dependencies": {
- ".NETFramework,Version=v4.8.1": {
- "Microsoft.Build.CopyOnWrite": {
- "type": "Direct",
- "requested": "[1.0.334, )",
- "resolved": "1.0.334",
- "contentHash": "Bi/e5guuwmyPL7Kp1G+PbcDvZFKsZxuHmc39IpYHAhWOvV8I/uIHPwAZ++Fa8k/w6pEqPdHCIrxSCelMNmu0dQ=="
- },
- "Microsoft.NETFramework.ReferenceAssemblies": {
- "type": "Direct",
- "requested": "[1.0.3, )",
- "resolved": "1.0.3",
- "contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
- "dependencies": {
- "Microsoft.NETFramework.ReferenceAssemblies.net481": "1.0.3"
- }
- },
- "Microsoft.Testing.Extensions.CodeCoverage": {
- "type": "Direct",
- "requested": "[18.1.0, )",
- "resolved": "18.1.0",
- "contentHash": "FJUCocHSPSjbeoGE/OojOhVUXwDng3VdNlwqzif9hMS2eFcG0f8RdjLM537aBsjP7zLHvGnWXbnUnc61v/EFCA==",
- "dependencies": {
- "Microsoft.DiaSymReader": "2.0.0",
- "Microsoft.Extensions.DependencyModel": "6.0.2",
- "Microsoft.Testing.Platform": "2.0.0",
- "System.Reflection.Metadata": "8.0.0"
- }
- },
- "Polyfill": {
- "type": "Direct",
- "requested": "[9.3.1, )",
- "resolved": "9.3.1",
- "contentHash": "toO7uqdXx7ns8NIWWR/ZSX3+Fyo3hDk16UjIC401uW9vxnzxWXLGSR6RlM3V2o0eHm+qMzKwo0wyEY2MyFGamQ=="
- },
- "TUnit": {
- "type": "Direct",
- "requested": "[1.3.15, )",
- "resolved": "1.3.15",
- "contentHash": "vAih94W2lWymIlVWVwtYKk0JpNiJwCJ6YGB9fdkL9jNtauGSuIZYsly8adXwfOtQPyvcXi9tt/N9w/8c1RndgA==",
- "dependencies": {
- "Microsoft.Testing.Extensions.CodeCoverage": "18.1.0",
- "Microsoft.Testing.Extensions.TrxReport": "2.0.2",
- "System.Threading.Tasks.Extensions": "4.6.3",
- "TUnit.Assertions": "1.3.15",
- "TUnit.Engine": "1.3.15"
- }
- },
- "EnumerableAsyncProcessor": {
- "type": "Transitive",
- "resolved": "3.8.4",
- "contentHash": "KlbpupRCz3Kf+P7gsiDvFXJ980i/9lfihMZFmmxIk0Gf6mopEjy74OTJZmdaKDQpE29eQDBnMZB5khyW3eugrg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "6.0.0"
- }
- },
- "Microsoft.Bcl.AsyncInterfaces": {
- "type": "Transitive",
- "resolved": "9.0.0",
- "contentHash": "owmu2Cr3IQ8yQiBleBHlGk8dSQ12oaF2e7TpzwJKEl4m84kkZJjEY1n33L67Y3zM5jPOjmmbdHjbfiL0RqcMRQ==",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "Microsoft.Bcl.HashCode": {
- "type": "Transitive",
- "resolved": "6.0.0",
- "contentHash": "GI4jcoi6eC9ZhNOQylIBaWOQjyGaR8T6N3tC1u8p3EXfndLCVNNWa+Zp+ocjvvS3kNBN09Zma2HXL0ezO0dRfw=="
- },
- "Microsoft.CSharp": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA=="
- },
- "Microsoft.DiaSymReader": {
- "type": "Transitive",
- "resolved": "2.0.0",
- "contentHash": "QcZrCETsBJqy/vQpFtJc+jSXQ0K5sucQ6NUFbTNVHD4vfZZOwjZ/3sBzczkC4DityhD3AVO/+K/+9ioLs1AgRA=="
- },
- "Microsoft.Extensions.DependencyModel": {
- "type": "Transitive",
- "resolved": "6.0.2",
- "contentHash": "HS5YsudCGSVoCVdsYJ5FAO9vx0z04qSAXgVzpDJSQ1/w/X9q8hrQVGU2p+Yfui+2KcXLL+Zjc0SX3yJWtBmYiw==",
- "dependencies": {
- "System.Buffers": "4.5.1",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
- "System.Text.Encodings.Web": "6.0.1",
- "System.Text.Json": "6.0.11"
- }
- },
- "Microsoft.NETFramework.ReferenceAssemblies.net481": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "Vv/20vgHS7VglVOVh8J3Iz/MA+VYKVRp9f7r2qiKBMuzviTOmocG70yq0Q8T5OTmCONkEAIJwETD1zhEfLkAXQ=="
- },
- "Microsoft.Testing.Extensions.TrxReport": {
- "type": "Transitive",
- "resolved": "2.0.2",
- "contentHash": "6Tz2wZTNH/3hiskarOM5X9JaHV0QpIdIvEiLv6BJeJvtPS6AY+S47rg4K+czGSjQTkIgu5kT9SgZOwbfdhDD9Q==",
- "dependencies": {
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.2",
- "Microsoft.Testing.Platform": "2.0.2"
- }
- },
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": {
- "type": "Transitive",
- "resolved": "2.0.2",
- "contentHash": "MrHYdPZ1CiyYp5bfjzNSghfVwl/I9osMazcZMAbwZY0BhR32i70YLf4zSXECvU2qt2PvDdrjYpGRgBscFbjDpw==",
- "dependencies": {
- "Microsoft.Testing.Platform": "2.0.2"
- }
- },
- "Microsoft.Testing.Platform": {
- "type": "Transitive",
- "resolved": "2.0.2",
- "contentHash": "43NCOTEENtdc9fmlzX9KHQR14AZEYek5r4jOJlWPhTyV1+aYAQYl4x773nYXU5TKxV6+rMuniJ7wcj9C9qrP1A=="
- },
- "Microsoft.Testing.Platform.MSBuild": {
- "type": "Transitive",
- "resolved": "2.0.2",
- "contentHash": "2zKkQKaUoaKgb/3AekboWOdLMh4upCo1nLWQnjGzp8r9YjiNOZRrzTsJQ3A4U03AcbH0evlIvFDKYSUqmTVuug==",
- "dependencies": {
- "Microsoft.Testing.Platform": "2.0.2"
- }
- },
- "System.Buffers": {
- "type": "Transitive",
- "resolved": "4.5.1",
- "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
- },
- "System.Collections.Immutable": {
- "type": "Transitive",
- "resolved": "9.0.0",
- "contentHash": "QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w==",
- "dependencies": {
- "System.Memory": "4.5.5",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.IO.Pipelines": {
- "type": "Transitive",
- "resolved": "9.0.0",
- "contentHash": "eA3cinogwaNB4jdjQHOP3Z3EuyiDII7MT35jgtnsA4vkn0LUrrSHsU0nzHTzFzmaFYeKV7MYyMxOocFzsBHpTw==",
- "dependencies": {
- "System.Buffers": "4.5.1",
- "System.Memory": "4.5.5",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "System.Memory": {
- "type": "Transitive",
- "resolved": "4.5.5",
- "contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
- "dependencies": {
- "System.Buffers": "4.5.1",
- "System.Numerics.Vectors": "4.5.0",
- "System.Runtime.CompilerServices.Unsafe": "4.5.3"
- }
- },
- "System.Numerics.Vectors": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
- },
- "System.Reflection.Metadata": {
- "type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
- "dependencies": {
- "System.Collections.Immutable": "8.0.0",
- "System.Memory": "4.5.5"
- }
- },
- "System.Runtime.CompilerServices.Unsafe": {
- "type": "Transitive",
- "resolved": "6.1.2",
- "contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
- },
- "System.Runtime.InteropServices.RuntimeInformation": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw=="
- },
- "System.Text.Encodings.Web": {
- "type": "Transitive",
- "resolved": "9.0.0",
- "contentHash": "e2hMgAErLbKyUUwt18qSBf9T5Y+SFAL3ZedM8fLupkVj8Rj2PZ9oxQ37XX2LF8fTO1wNIxvKpihD7Of7D/NxZw==",
- "dependencies": {
- "System.Buffers": "4.5.1",
- "System.Memory": "4.5.5",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Text.Json": {
- "type": "Transitive",
- "resolved": "9.0.0",
- "contentHash": "js7+qAu/9mQvnhA4EfGMZNEzXtJCDxgkgj8ohuxq/Qxv+R56G+ljefhiJHOxTNiw54q8vmABCWUwkMulNdlZ4A==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "9.0.0",
- "System.Buffers": "4.5.1",
- "System.IO.Pipelines": "9.0.0",
- "System.Memory": "4.5.5",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0",
- "System.Text.Encodings.Web": "9.0.0",
- "System.Threading.Tasks.Extensions": "4.5.4",
- "System.ValueTuple": "4.5.0"
- }
- },
- "System.Threading.Channels": {
- "type": "Transitive",
- "resolved": "9.0.0",
- "contentHash": "hzACdIf1C+4Dqos5ijV404b94+LqfIC8nfS3mNpCDFWowb1N3PNfJPopneq32ahWlDeyaPZJqjBk76YFR69Rpg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "9.0.0",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "System.Threading.Tasks.Extensions": {
- "type": "Transitive",
- "resolved": "4.6.3",
- "contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.1.2"
- }
- },
- "System.ValueTuple": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
- },
- "TUnit.Assertions": {
- "type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "t0LQ8obP8PIRyXAClsRx9Q86+zYwcYCZwWVqAtIaJ0S2ecegLp195tnplJwdxlKo31lb9OJjaZNKv9HlM3aKRw==",
- "dependencies": {
- "System.Collections.Immutable": "9.0.0",
- "System.Threading.Tasks.Extensions": "4.6.3"
- }
- },
- "TUnit.Core": {
- "type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "BRpYE4rq9wYEl2x0mdJuqAjxHwDFwHImBVkORCJwJxRUKXfDR3oQ1Yh+UyaLmWUoFNS1j6fLdfpDQgMXQ4VP9w==",
- "dependencies": {
- "Microsoft.CSharp": "4.7.0",
- "System.Collections.Immutable": "9.0.0",
- "System.Text.Json": "9.0.0",
- "System.Threading.Tasks.Extensions": "4.6.3"
- }
- },
- "TUnit.Engine": {
- "type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "hmn/fDee7L3bmTPZP/F3no8EFaXFTZZC6XKxYeYiVUMsdQwf5n/CTrhH7XS0yE/AxYXK4QzijqfFM0ZbrpMnWQ==",
- "dependencies": {
- "EnumerableAsyncProcessor": "3.8.4",
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.2",
- "Microsoft.Testing.Platform": "2.0.2",
- "Microsoft.Testing.Platform.MSBuild": "2.0.2",
- "System.Threading.Channels": "9.0.0",
- "System.Threading.Tasks.Extensions": "4.6.3",
- "TUnit.Core": "1.3.15"
- }
- },
- "gw2sdk": {
- "type": "Project",
- "dependencies": {
- "Microsoft.Bcl.HashCode": "[6.0.0, )",
- "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )",
- "System.Text.Json": "[6.0.11, )"
- }
- },
- "gw2sdk.tests.common": {
- "type": "Project",
- "dependencies": {
- "GW2SDK": "[1.0.0, )"
- }
- }
- },
"net10.0": {
"Microsoft.Build.CopyOnWrite": {
"type": "Direct",
@@ -307,14 +27,14 @@
},
"TUnit": {
"type": "Direct",
- "requested": "[1.3.15, )",
- "resolved": "1.3.15",
- "contentHash": "vAih94W2lWymIlVWVwtYKk0JpNiJwCJ6YGB9fdkL9jNtauGSuIZYsly8adXwfOtQPyvcXi9tt/N9w/8c1RndgA==",
+ "requested": "[1.3.25, )",
+ "resolved": "1.3.25",
+ "contentHash": "BitAH29dx3GN0M92Bnq2gTVhr1G835Dp5PeYtFb0Z4Jj+g5zyWn4Ue2rID/iyWCq3PPOjytjOgjz/lpVEZm6ng==",
"dependencies": {
"Microsoft.Testing.Extensions.CodeCoverage": "18.1.0",
"Microsoft.Testing.Extensions.TrxReport": "2.0.2",
- "TUnit.Assertions": "1.3.15",
- "TUnit.Engine": "1.3.15"
+ "TUnit.Assertions": "1.3.25",
+ "TUnit.Engine": "1.3.25"
}
},
"EnumerableAsyncProcessor": {
@@ -364,24 +84,24 @@
},
"TUnit.Assertions": {
"type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "t0LQ8obP8PIRyXAClsRx9Q86+zYwcYCZwWVqAtIaJ0S2ecegLp195tnplJwdxlKo31lb9OJjaZNKv9HlM3aKRw=="
+ "resolved": "1.3.25",
+ "contentHash": "GUOyRYUppwSi4T+CmA7N5050Qr2lBsOFs/yoxJ23XBL5N/Q8Qia+B99/L27848cCjoNY2UoVYUOhBrNOsGYMrg=="
},
"TUnit.Core": {
"type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "BRpYE4rq9wYEl2x0mdJuqAjxHwDFwHImBVkORCJwJxRUKXfDR3oQ1Yh+UyaLmWUoFNS1j6fLdfpDQgMXQ4VP9w=="
+ "resolved": "1.3.25",
+ "contentHash": "lVgSQNUzRCEabwE7YX/BpoM2b4tn8qnfULO82lBkV/7esuKMA0F9bHCYQJTRlCReD8klMlK2GPz4qRuhoxBiKg=="
},
"TUnit.Engine": {
"type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "hmn/fDee7L3bmTPZP/F3no8EFaXFTZZC6XKxYeYiVUMsdQwf5n/CTrhH7XS0yE/AxYXK4QzijqfFM0ZbrpMnWQ==",
+ "resolved": "1.3.25",
+ "contentHash": "EHGcQBhrvRBKVJ7jRaBkAltvx/O6aHBK+JQ8ru2bRzYranxVGOvDABuofxtnOrgEdW7wD0Z7cHvNwUYYm0NMTg==",
"dependencies": {
"EnumerableAsyncProcessor": "3.8.4",
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.2",
"Microsoft.Testing.Platform": "2.0.2",
"Microsoft.Testing.Platform.MSBuild": "2.0.2",
- "TUnit.Core": "1.3.15"
+ "TUnit.Core": "1.3.25"
}
},
"gw2sdk": {
diff --git a/tests/GW2SDK.Tests/packages.lock.json b/tests/GW2SDK.Tests/packages.lock.json
index 036052636..746d92acd 100644
--- a/tests/GW2SDK.Tests/packages.lock.json
+++ b/tests/GW2SDK.Tests/packages.lock.json
@@ -1,775 +1,6 @@
{
"version": 2,
"dependencies": {
- ".NETFramework,Version=v4.8.1": {
- "Microsoft.Build.CopyOnWrite": {
- "type": "Direct",
- "requested": "[1.0.334, )",
- "resolved": "1.0.334",
- "contentHash": "Bi/e5guuwmyPL7Kp1G+PbcDvZFKsZxuHmc39IpYHAhWOvV8I/uIHPwAZ++Fa8k/w6pEqPdHCIrxSCelMNmu0dQ=="
- },
- "Microsoft.Extensions.Configuration.EnvironmentVariables": {
- "type": "Direct",
- "requested": "[10.0.0, )",
- "resolved": "10.0.0",
- "contentHash": "TmFegsI/uCdwMBD4yKpmO+OkjVNHQL49Dh/ep83NI5rPUEoBK9OdsJo1zURc1A2FuS/R/Pos3wsTjlyLnguBLA==",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "10.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "10.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.Json": {
- "type": "Direct",
- "requested": "[10.0.0, )",
- "resolved": "10.0.0",
- "contentHash": "BIOPTEAZoeWbHlDT9Zudu+rpecZizFwhdIFRiyZKDml7JbayXmfTXKUt+ezifsSXfBkWDdJM10oDOxo8pufEng==",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "10.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
- "Microsoft.Extensions.Configuration.FileExtensions": "10.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0",
- "System.Text.Json": "10.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.UserSecrets": {
- "type": "Direct",
- "requested": "[10.0.0, )",
- "resolved": "10.0.0",
- "contentHash": "B4qHB6gQ2B3I52YRohSV7wetp01BQzi8jDmrtiVm6e4l8vH5vjqwxWcR5wumGWjdBkj1asJLLsDIocdyTQSP0A==",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
- "Microsoft.Extensions.Configuration.Json": "10.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0",
- "Microsoft.Extensions.FileProviders.Physical": "10.0.0"
- }
- },
- "Microsoft.Extensions.Http": {
- "type": "Direct",
- "requested": "[10.0.0, )",
- "resolved": "10.0.0",
- "contentHash": "r+mSvm/Ryc/iYcc9zcUG5VP9EBB8PL1rgVU6macEaYk45vmGRk9PntM3aynFKN6s3Q4WW36kedTycIctctpTUQ==",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
- "Microsoft.Extensions.Logging": "10.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "10.0.0",
- "Microsoft.Extensions.Options": "10.0.0"
- }
- },
- "Microsoft.Extensions.Http.Resilience": {
- "type": "Direct",
- "requested": "[10.0.0, )",
- "resolved": "10.0.0",
- "contentHash": "Mn/diApGtdtz83Mi+XO57WhO+FsiSScfjUsIU/h8nryh3pkUNZGhpUx22NtuOxgYSsrYfODgOa2QMtIQAOv/dA==",
- "dependencies": {
- "Microsoft.Extensions.Http.Diagnostics": "10.0.0",
- "Microsoft.Extensions.ObjectPool": "8.0.22",
- "Microsoft.Extensions.Resilience": "10.0.0"
- }
- },
- "Microsoft.NET.Test.Sdk": {
- "type": "Direct",
- "requested": "[18.0.1, )",
- "resolved": "18.0.1",
- "contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
- "dependencies": {
- "Microsoft.CodeCoverage": "18.0.1"
- }
- },
- "Microsoft.NETFramework.ReferenceAssemblies": {
- "type": "Direct",
- "requested": "[1.0.3, )",
- "resolved": "1.0.3",
- "contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
- "dependencies": {
- "Microsoft.NETFramework.ReferenceAssemblies.net481": "1.0.3"
- }
- },
- "Microsoft.Testing.Extensions.CodeCoverage": {
- "type": "Direct",
- "requested": "[18.1.0, )",
- "resolved": "18.1.0",
- "contentHash": "FJUCocHSPSjbeoGE/OojOhVUXwDng3VdNlwqzif9hMS2eFcG0f8RdjLM537aBsjP7zLHvGnWXbnUnc61v/EFCA==",
- "dependencies": {
- "Microsoft.DiaSymReader": "2.0.0",
- "Microsoft.Extensions.DependencyModel": "6.0.2",
- "Microsoft.Testing.Platform": "2.0.0",
- "System.Reflection.Metadata": "8.0.0"
- }
- },
- "Polly.Core": {
- "type": "Direct",
- "requested": "[8.6.5, )",
- "resolved": "8.6.5",
- "contentHash": "t+sUVrIwvo7UmsgHGgOG9F0GDZSRIm47u2ylH17Gvcv1q5hNEwgD5GoBlFyc0kh/pebmPyrAgvGsR/65ZBaXlg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
- "Microsoft.Bcl.TimeProvider": "8.0.0",
- "System.ComponentModel.Annotations": "4.5.0",
- "System.Threading.Tasks.Extensions": "4.5.4",
- "System.ValueTuple": "4.5.0"
- }
- },
- "Polyfill": {
- "type": "Direct",
- "requested": "[9.3.1, )",
- "resolved": "9.3.1",
- "contentHash": "toO7uqdXx7ns8NIWWR/ZSX3+Fyo3hDk16UjIC401uW9vxnzxWXLGSR6RlM3V2o0eHm+qMzKwo0wyEY2MyFGamQ=="
- },
- "System.Interactive": {
- "type": "Direct",
- "requested": "[6.0.3, )",
- "resolved": "6.0.3",
- "contentHash": "Py3+rZbeYOsYun306S5Ys1IowDiU6z4ajGL3G4uslZ8iKUIyUdgwfbz3X+TQyKNjo6g+2bMQzpQd1r3yUTkQsw=="
- },
- "System.Linq.Async": {
- "type": "Direct",
- "requested": "[6.0.3, )",
- "resolved": "6.0.3",
- "contentHash": "hSHiq2m1ky7zUQgTp+/2h1K3lABIQ+GltRixoclHPg/Sc1vnfeS6g/Uy5moOVZKrZJdQiFPFZd6OobBp3tZcFg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "6.0.0"
- }
- },
- "TUnit": {
- "type": "Direct",
- "requested": "[1.3.15, )",
- "resolved": "1.3.15",
- "contentHash": "vAih94W2lWymIlVWVwtYKk0JpNiJwCJ6YGB9fdkL9jNtauGSuIZYsly8adXwfOtQPyvcXi9tt/N9w/8c1RndgA==",
- "dependencies": {
- "Microsoft.Testing.Extensions.CodeCoverage": "18.1.0",
- "Microsoft.Testing.Extensions.TrxReport": "2.0.2",
- "System.Threading.Tasks.Extensions": "4.6.3",
- "TUnit.Assertions": "1.3.15",
- "TUnit.Engine": "1.3.15"
- }
- },
- "EnumerableAsyncProcessor": {
- "type": "Transitive",
- "resolved": "3.8.4",
- "contentHash": "KlbpupRCz3Kf+P7gsiDvFXJ980i/9lfihMZFmmxIk0Gf6mopEjy74OTJZmdaKDQpE29eQDBnMZB5khyW3eugrg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "6.0.0"
- }
- },
- "Microsoft.Bcl.AsyncInterfaces": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "vFuwSLj9QJBbNR0NeNO4YVASUbokxs+i/xbuu8B+Fs4FAZg5QaFa6eGrMaRqTzzNI5tAb97T7BhSxtLckFyiRA==",
- "dependencies": {
- "System.Threading.Tasks.Extensions": "4.6.3"
- }
- },
- "Microsoft.Bcl.HashCode": {
- "type": "Transitive",
- "resolved": "6.0.0",
- "contentHash": "GI4jcoi6eC9ZhNOQylIBaWOQjyGaR8T6N3tC1u8p3EXfndLCVNNWa+Zp+ocjvvS3kNBN09Zma2HXL0ezO0dRfw=="
- },
- "Microsoft.Bcl.TimeProvider": {
- "type": "Transitive",
- "resolved": "8.0.1",
- "contentHash": "C7kWHJnMRY7EvJev2S8+yJHZ1y7A4ZlLbA4NE+O23BDIAN5mHeqND1m+SKv1ChRS5YlCDW7yAMUe7lttRsJaAA==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
- "System.ValueTuple": "4.5.0"
- }
- },
- "Microsoft.CodeCoverage": {
- "type": "Transitive",
- "resolved": "18.0.1",
- "contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
- },
- "Microsoft.CSharp": {
- "type": "Transitive",
- "resolved": "4.7.0",
- "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA=="
- },
- "Microsoft.DiaSymReader": {
- "type": "Transitive",
- "resolved": "2.0.0",
- "contentHash": "QcZrCETsBJqy/vQpFtJc+jSXQ0K5sucQ6NUFbTNVHD4vfZZOwjZ/3sBzczkC4DityhD3AVO/+K/+9ioLs1AgRA=="
- },
- "Microsoft.Extensions.AmbientMetadata.Application": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "bqA2KZIknwyE9DCKEe3qvmr7odWRHmcMHlBwGvIPdFyaaxedeIQrELs+ryUgHHtgYK6TfK82jEMwBpJtERST6A==",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "8.0.0",
- "Microsoft.Extensions.Hosting.Abstractions": "8.0.1",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0"
- }
- },
- "Microsoft.Extensions.Compliance.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "dfJxd9USR8BbRzZZPWVoqFVVESJRTUh2tn6TmSPQsJ2mJjvGsGJGlELM9vctAfgthajBicRZ9zzxsu6s4VUmMQ==",
- "dependencies": {
- "Microsoft.Bcl.HashCode": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
- "Microsoft.Extensions.ObjectPool": "8.0.22",
- "System.Memory": "4.5.5"
- }
- },
- "Microsoft.Extensions.Configuration": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "H4SWETCh/cC5L1WtWchHR6LntGk3rDTTznZMssr4cL8IbDmMWBxY+MOGDc/ASnqNolLKPIWHWeuC1ddiL/iNPw==",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
- "Microsoft.Extensions.Primitives": "10.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "d2kDKnCsJvY7mBVhcjPSp9BkJk48DsaHPg5u+Oy4f8XaOqnEedRy/USyvnpHL92wpJ6DrTPy7htppUUzskbCXQ==",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "10.0.0",
- "System.ValueTuple": "4.6.1"
- }
- },
- "Microsoft.Extensions.Configuration.Binder": {
- "type": "Transitive",
- "resolved": "8.0.2",
- "contentHash": "7IQhGK+wjyGrNsPBjJcZwWAr+Wf6D4+TwOptUt77bWtgNkiV8tDEbhFS+dDamtQFZ2X7kWG9m71iZQRj2x3zgQ==",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
- }
- },
- "Microsoft.Extensions.Configuration.FileExtensions": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "LqCTyF0twrG4tyEN6PpSC5ewRBDwCBazRUfCOdRddwaQ3n2S57GDDeYOlTLcbV/V2dxSSZWg5Ofr48h6BsBmxw==",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "10.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "10.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0",
- "Microsoft.Extensions.FileProviders.Physical": "10.0.0",
- "Microsoft.Extensions.Primitives": "10.0.0"
- }
- },
- "Microsoft.Extensions.DependencyInjection": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "f0RBabswJq+gRu5a+hWIobrLWiUYPKMhCD9WO3sYBAdSy3FFH14LMvLVFZc2kPSCimBLxSuitUhsd6tb0TAY6A==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "10.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
- "System.Threading.Tasks.Extensions": "4.6.3"
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "10.0.0",
- "System.Threading.Tasks.Extensions": "4.6.3"
- }
- },
- "Microsoft.Extensions.DependencyInjection.AutoActivation": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "5t17Z77ysTmEla9/xUiOJLYLc8/9OyzlZJRxjTaSyiCi0mEroR0PwldKZsfwFLUOMSaNP6vngptYFbw7stO0rw==",
- "dependencies": {
- "Microsoft.Extensions.Hosting.Abstractions": "8.0.1"
- }
- },
- "Microsoft.Extensions.DependencyModel": {
- "type": "Transitive",
- "resolved": "6.0.2",
- "contentHash": "HS5YsudCGSVoCVdsYJ5FAO9vx0z04qSAXgVzpDJSQ1/w/X9q8hrQVGU2p+Yfui+2KcXLL+Zjc0SX3yJWtBmYiw==",
- "dependencies": {
- "System.Buffers": "4.5.1",
- "System.Memory": "4.5.4",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
- "System.Text.Encodings.Web": "6.0.1",
- "System.Text.Json": "6.0.11"
- }
- },
- "Microsoft.Extensions.Diagnostics": {
- "type": "Transitive",
- "resolved": "8.0.1",
- "contentHash": "doVPCUUCY7c6LhBsEfiy3W1bvS7Mi6LkfQMS8nlC22jZWNxBv8VO8bdfeyvpYFst6Kxqk7HBC6lytmEoBssvSQ==",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "8.0.0",
- "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.1",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0"
- }
- },
- "Microsoft.Extensions.Diagnostics.Abstractions": {
- "type": "Transitive",
- "resolved": "8.0.1",
- "contentHash": "elH2vmwNmsXuKmUeMQ4YW9ldXiF+gSGDgg1vORksob5POnpaI6caj1Hu8zaYbEuibhqCoWg0YRWDazBY3zjBfg==",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
- "Microsoft.Extensions.Options": "8.0.2",
- "System.Buffers": "4.5.1",
- "System.Diagnostics.DiagnosticSource": "8.0.1",
- "System.Memory": "4.5.5"
- }
- },
- "Microsoft.Extensions.Diagnostics.ExceptionSummarization": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "rfirztoSX5INXWX6YJ1iwTPfmsl53c3t3LN7rjOXbt5w5e0CmGVaUHYhABYq+rn+d+w0HWqgMiQubOZeirUAfw==",
- "dependencies": {
- "Microsoft.Bcl.HashCode": "1.1.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
- "System.Collections.Immutable": "8.0.0"
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "/ppSdehKk3fuXjlqCDgSOtjRK/pSHU8eWgzSHfHdwVm5BP4Dgejehkw+PtxKG2j98qTDEHDst2Y99aNsmJldmw==",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "10.0.0"
- }
- },
- "Microsoft.Extensions.FileProviders.Physical": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "UZUQ74lQMmvcprlG8w+XpxBbyRDQqfb7GAnccITw32hdkUBlmm9yNC4xl4aR9YjgV3ounZcub194sdmLSfBmPA==",
- "dependencies": {
- "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0",
- "Microsoft.Extensions.FileSystemGlobbing": "10.0.0",
- "Microsoft.Extensions.Primitives": "10.0.0"
- }
- },
- "Microsoft.Extensions.FileSystemGlobbing": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "5hfVl/e+bx1px2UkN+1xXhd3hu7Ui6ENItBzckFaRDQXfr+SHT/7qrCDrlQekCF/PBtEu2vtk87U2+gDEF8EhQ=="
- },
- "Microsoft.Extensions.Hosting.Abstractions": {
- "type": "Transitive",
- "resolved": "8.0.1",
- "contentHash": "nHwq9aPBdBPYXPti6wYEEfgXddfBrYC+CQLn+qISiwQq5tpfaqDZSKOJNxoe9rfQxGf1c+2wC/qWFe1QYJPYqw==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
- "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.1",
- "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "Microsoft.Extensions.Http.Diagnostics": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "Ll00tZzMmIO9wnA0JCqsmuDHfT1YXmtiGnpazZpAilwS/ro0gf8JIqgWOy6cLfBNDxFruaJhhvTKdLSlgcomHw==",
- "dependencies": {
- "Microsoft.Extensions.Http": "8.0.1",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0",
- "Microsoft.Extensions.Telemetry": "10.0.0",
- "System.IO.Pipelines": "8.0.0"
- }
- },
- "Microsoft.Extensions.Logging": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "BStFkd5CcnEtarlcgYDBcFzGYCuuNMzPs02wN3WBsOFoYIEmYoUdAiU+au6opzoqfTYJsMTW00AeqDdnXH2CvA==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "10.0.0",
- "Microsoft.Extensions.DependencyInjection": "10.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "10.0.0",
- "Microsoft.Extensions.Options": "10.0.0",
- "System.Diagnostics.DiagnosticSource": "10.0.0",
- "System.ValueTuple": "4.6.1"
- }
- },
- "Microsoft.Extensions.Logging.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
- "System.Buffers": "4.6.1",
- "System.Diagnostics.DiagnosticSource": "10.0.0",
- "System.Memory": "4.6.3"
- }
- },
- "Microsoft.Extensions.Logging.Configuration": {
- "type": "Transitive",
- "resolved": "8.0.1",
- "contentHash": "QWwTrsgOnJMmn+XUslm8D2H1n3PkP/u/v52FODtyBc/k4W9r3i2vcXXeeX/upnzllJYRRbrzVzT0OclfNJtBJA==",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "8.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
- "Microsoft.Extensions.Configuration.Binder": "8.0.2",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
- "Microsoft.Extensions.Logging": "8.0.1",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
- "Microsoft.Extensions.Options": "8.0.2",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0"
- }
- },
- "Microsoft.Extensions.ObjectPool": {
- "type": "Transitive",
- "resolved": "8.0.22",
- "contentHash": "4K7MUXbEDtVHTa/OYlkDya2kHSflojuD4d6dcmvnGYnvuJQ0bfylWbMTkA65N94SdTGo5zdkXR8T9mEED7RUvQ=="
- },
- "Microsoft.Extensions.Options": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "8oCAgXOow5XDrY9HaXX1QmH3ORsyZO/ANVHBlhLyCeWTH5Sg4UuqZeOTWJi6484M+LqSx0RqQXDJtdYy2BNiLQ==",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
- "Microsoft.Extensions.Primitives": "10.0.0",
- "System.ValueTuple": "4.6.1"
- }
- },
- "Microsoft.Extensions.Options.ConfigurationExtensions": {
- "type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
- "Microsoft.Extensions.Configuration.Binder": "8.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0",
- "Microsoft.Extensions.Primitives": "8.0.0"
- }
- },
- "Microsoft.Extensions.Primitives": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "inRnbpCS0nwO/RuoZIAqxQUuyjaknOOnCEZB55KSMMjRhl0RQDttSmLSGsUJN3RQ3ocf5NDLFd2mOQViHqMK5w==",
- "dependencies": {
- "System.Memory": "4.6.3",
- "System.Runtime.CompilerServices.Unsafe": "6.1.2"
- }
- },
- "Microsoft.Extensions.Resilience": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "EPW15dqrBiqkD6YE4XVWivGMXTTPE3YAmXJ32wr1k8E1l7veEYUHwzetOonV76GTe4oJl1np3AXYFnCRpBYU+w==",
- "dependencies": {
- "Microsoft.Extensions.Diagnostics": "8.0.1",
- "Microsoft.Extensions.Diagnostics.ExceptionSummarization": "10.0.0",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0",
- "Microsoft.Extensions.Telemetry.Abstractions": "10.0.0",
- "Polly.Extensions": "8.4.2",
- "Polly.RateLimiting": "8.4.2"
- }
- },
- "Microsoft.Extensions.Telemetry": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "dII0Kuh699xBMBmK7oLJNNXmJ+kMRcpabil/VbAtO08zjSNQPb/dk/kBI6sVfWw20po1J/up03SAYeLKPc3LEg==",
- "dependencies": {
- "Microsoft.Bcl.TimeProvider": "8.0.1",
- "Microsoft.Extensions.AmbientMetadata.Application": "10.0.0",
- "Microsoft.Extensions.DependencyInjection.AutoActivation": "10.0.0",
- "Microsoft.Extensions.Logging.Configuration": "8.0.1",
- "Microsoft.Extensions.ObjectPool": "8.0.22",
- "Microsoft.Extensions.Telemetry.Abstractions": "10.0.0",
- "System.Collections.Immutable": "8.0.0"
- }
- },
- "Microsoft.Extensions.Telemetry.Abstractions": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "M17n6IpgutodXxwTZk1r5Jp2ZZ995FJTKMxiEQSr6vT3iwRfRq2HWzzrR1B6N3MpJhDfI2QuMdCOLUq++GCsQg==",
- "dependencies": {
- "Microsoft.Extensions.Compliance.Abstractions": "10.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "8.0.3",
- "Microsoft.Extensions.ObjectPool": "8.0.22",
- "Microsoft.Extensions.Options": "8.0.2"
- }
- },
- "Microsoft.NETFramework.ReferenceAssemblies.net481": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "Vv/20vgHS7VglVOVh8J3Iz/MA+VYKVRp9f7r2qiKBMuzviTOmocG70yq0Q8T5OTmCONkEAIJwETD1zhEfLkAXQ=="
- },
- "Microsoft.Testing.Extensions.TrxReport": {
- "type": "Transitive",
- "resolved": "2.0.2",
- "contentHash": "6Tz2wZTNH/3hiskarOM5X9JaHV0QpIdIvEiLv6BJeJvtPS6AY+S47rg4K+czGSjQTkIgu5kT9SgZOwbfdhDD9Q==",
- "dependencies": {
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.2",
- "Microsoft.Testing.Platform": "2.0.2"
- }
- },
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": {
- "type": "Transitive",
- "resolved": "2.0.2",
- "contentHash": "MrHYdPZ1CiyYp5bfjzNSghfVwl/I9osMazcZMAbwZY0BhR32i70YLf4zSXECvU2qt2PvDdrjYpGRgBscFbjDpw==",
- "dependencies": {
- "Microsoft.Testing.Platform": "2.0.2"
- }
- },
- "Microsoft.Testing.Platform": {
- "type": "Transitive",
- "resolved": "2.0.2",
- "contentHash": "43NCOTEENtdc9fmlzX9KHQR14AZEYek5r4jOJlWPhTyV1+aYAQYl4x773nYXU5TKxV6+rMuniJ7wcj9C9qrP1A=="
- },
- "Microsoft.Testing.Platform.MSBuild": {
- "type": "Transitive",
- "resolved": "2.0.2",
- "contentHash": "2zKkQKaUoaKgb/3AekboWOdLMh4upCo1nLWQnjGzp8r9YjiNOZRrzTsJQ3A4U03AcbH0evlIvFDKYSUqmTVuug==",
- "dependencies": {
- "Microsoft.Testing.Platform": "2.0.2"
- }
- },
- "Polly.Extensions": {
- "type": "Transitive",
- "resolved": "8.4.2",
- "contentHash": "GZ9vRVmR0jV2JtZavt+pGUsQ1O1cuRKG7R7VOZI6ZDy9y6RNPvRvXK1tuS4ffUrv8L0FTea59oEuQzgS0R7zSA==",
- "dependencies": {
- "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
- "Microsoft.Extensions.Options": "8.0.0",
- "Polly.Core": "8.4.2",
- "System.Diagnostics.DiagnosticSource": "8.0.0"
- }
- },
- "Polly.RateLimiting": {
- "type": "Transitive",
- "resolved": "8.4.2",
- "contentHash": "ehTImQ/eUyO07VYW2WvwSmU9rRH200SKJ/3jku9rOkyWE0A2JxNFmAVms8dSn49QLSjmjFRRSgfNyOgr/2PSmA==",
- "dependencies": {
- "Polly.Core": "8.4.2",
- "System.Threading.RateLimiting": "8.0.0"
- }
- },
- "System.Buffers": {
- "type": "Transitive",
- "resolved": "4.6.1",
- "contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
- },
- "System.Collections.Immutable": {
- "type": "Transitive",
- "resolved": "9.0.0",
- "contentHash": "QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w==",
- "dependencies": {
- "System.Memory": "4.5.5",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.ComponentModel.Annotations": {
- "type": "Transitive",
- "resolved": "4.5.0",
- "contentHash": "UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg=="
- },
- "System.Diagnostics.DiagnosticSource": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "0KdBK+h7G13PuOSC2R/DalAoFMvdYMznvGRuICtkdcUMXgl/gYXsG6z4yUvTxHSMACorWgHCU1Faq0KUHU6yAQ==",
- "dependencies": {
- "System.Memory": "4.6.3",
- "System.Runtime.CompilerServices.Unsafe": "6.1.2"
- }
- },
- "System.IO.Pipelines": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "M1eb3nfXntaRJPrrMVM9EFS8I1bDTnt0uvUS6QP/SicZf/ZZjydMD5NiXxfmwW/uQwaMDP/yX2P+zQN1NBHChg==",
- "dependencies": {
- "System.Buffers": "4.6.1",
- "System.Memory": "4.6.3",
- "System.Threading.Tasks.Extensions": "4.6.3"
- }
- },
- "System.Memory": {
- "type": "Transitive",
- "resolved": "4.6.3",
- "contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
- "dependencies": {
- "System.Buffers": "4.6.1",
- "System.Numerics.Vectors": "4.6.1",
- "System.Runtime.CompilerServices.Unsafe": "6.1.2"
- }
- },
- "System.Numerics.Vectors": {
- "type": "Transitive",
- "resolved": "4.6.1",
- "contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
- },
- "System.Reflection.Metadata": {
- "type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
- "dependencies": {
- "System.Collections.Immutable": "8.0.0",
- "System.Memory": "4.5.5"
- }
- },
- "System.Runtime.CompilerServices.Unsafe": {
- "type": "Transitive",
- "resolved": "6.1.2",
- "contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
- },
- "System.Runtime.InteropServices.RuntimeInformation": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw=="
- },
- "System.Text.Encodings.Web": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "257hh1ep1Gqm1Lm0ulxf7vVBVMJuGN6EL4xSWjpi46DffXzm1058IiWsfSC06zSm7SniN+Tb5160UnXsSa8rRg==",
- "dependencies": {
- "System.Buffers": "4.6.1",
- "System.Memory": "4.6.3",
- "System.Runtime.CompilerServices.Unsafe": "6.1.2"
- }
- },
- "System.Text.Json": {
- "type": "Transitive",
- "resolved": "10.0.0",
- "contentHash": "1Dpjwq9peG/Wt5BNbrzIhTpclfOSqBWZsUO28vVr59yQlkvL5jLBWfpfzRmJ1OY+6DciaY0DUcltyzs4fuZHjw==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "10.0.0",
- "System.Buffers": "4.6.1",
- "System.IO.Pipelines": "10.0.0",
- "System.Memory": "4.6.3",
- "System.Runtime.CompilerServices.Unsafe": "6.1.2",
- "System.Text.Encodings.Web": "10.0.0",
- "System.Threading.Tasks.Extensions": "4.6.3",
- "System.ValueTuple": "4.6.1"
- }
- },
- "System.Threading.Channels": {
- "type": "Transitive",
- "resolved": "9.0.0",
- "contentHash": "hzACdIf1C+4Dqos5ijV404b94+LqfIC8nfS3mNpCDFWowb1N3PNfJPopneq32ahWlDeyaPZJqjBk76YFR69Rpg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "9.0.0",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "System.Threading.RateLimiting": {
- "type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "7mu9v0QDv66ar3DpGSZHg9NuNcxDaaAcnMULuZlaTpP9+hwXhrxNGsF5GmLkSHxFdb5bBc1TzeujsRgTrPWi+Q==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "System.Threading.Tasks.Extensions": {
- "type": "Transitive",
- "resolved": "4.6.3",
- "contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.1.2"
- }
- },
- "System.ValueTuple": {
- "type": "Transitive",
- "resolved": "4.6.1",
- "contentHash": "+RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w=="
- },
- "TUnit.Assertions": {
- "type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "t0LQ8obP8PIRyXAClsRx9Q86+zYwcYCZwWVqAtIaJ0S2ecegLp195tnplJwdxlKo31lb9OJjaZNKv9HlM3aKRw==",
- "dependencies": {
- "System.Collections.Immutable": "9.0.0",
- "System.Threading.Tasks.Extensions": "4.6.3"
- }
- },
- "TUnit.Core": {
- "type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "BRpYE4rq9wYEl2x0mdJuqAjxHwDFwHImBVkORCJwJxRUKXfDR3oQ1Yh+UyaLmWUoFNS1j6fLdfpDQgMXQ4VP9w==",
- "dependencies": {
- "Microsoft.CSharp": "4.7.0",
- "System.Collections.Immutable": "9.0.0",
- "System.Text.Json": "9.0.0",
- "System.Threading.Tasks.Extensions": "4.6.3"
- }
- },
- "TUnit.Engine": {
- "type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "hmn/fDee7L3bmTPZP/F3no8EFaXFTZZC6XKxYeYiVUMsdQwf5n/CTrhH7XS0yE/AxYXK4QzijqfFM0ZbrpMnWQ==",
- "dependencies": {
- "EnumerableAsyncProcessor": "3.8.4",
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.2",
- "Microsoft.Testing.Platform": "2.0.2",
- "Microsoft.Testing.Platform.MSBuild": "2.0.2",
- "System.Threading.Channels": "9.0.0",
- "System.Threading.Tasks.Extensions": "4.6.3",
- "TUnit.Core": "1.3.15"
- }
- },
- "gw2sdk": {
- "type": "Project",
- "dependencies": {
- "Microsoft.Bcl.HashCode": "[6.0.0, )",
- "System.Runtime.InteropServices.RuntimeInformation": "[4.3.0, )",
- "System.Text.Json": "[6.0.11, )"
- }
- },
- "gw2sdk.tests.common": {
- "type": "Project",
- "dependencies": {
- "GW2SDK": "[1.0.0, )"
- }
- }
- },
- ".NETFramework,Version=v4.8.1/linux-x64": {
- "Microsoft.Testing.Extensions.CodeCoverage": {
- "type": "Direct",
- "requested": "[18.1.0, )",
- "resolved": "18.1.0",
- "contentHash": "FJUCocHSPSjbeoGE/OojOhVUXwDng3VdNlwqzif9hMS2eFcG0f8RdjLM537aBsjP7zLHvGnWXbnUnc61v/EFCA==",
- "dependencies": {
- "Microsoft.DiaSymReader": "2.0.0",
- "Microsoft.Extensions.DependencyModel": "6.0.2",
- "Microsoft.Testing.Platform": "2.0.0",
- "System.Reflection.Metadata": "8.0.0"
- }
- },
- "System.Runtime.InteropServices.RuntimeInformation": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw=="
- }
- },
- ".NETFramework,Version=v4.8.1/win-x64": {
- "Microsoft.Testing.Extensions.CodeCoverage": {
- "type": "Direct",
- "requested": "[18.1.0, )",
- "resolved": "18.1.0",
- "contentHash": "FJUCocHSPSjbeoGE/OojOhVUXwDng3VdNlwqzif9hMS2eFcG0f8RdjLM537aBsjP7zLHvGnWXbnUnc61v/EFCA==",
- "dependencies": {
- "Microsoft.DiaSymReader": "2.0.0",
- "Microsoft.Extensions.DependencyModel": "6.0.2",
- "Microsoft.Testing.Platform": "2.0.0",
- "System.Reflection.Metadata": "8.0.0"
- }
- },
- "System.Runtime.InteropServices.RuntimeInformation": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw=="
- }
- },
- ".NETFramework,Version=v4.8.1/win-x86": {
- "Microsoft.Testing.Extensions.CodeCoverage": {
- "type": "Direct",
- "requested": "[18.1.0, )",
- "resolved": "18.1.0",
- "contentHash": "FJUCocHSPSjbeoGE/OojOhVUXwDng3VdNlwqzif9hMS2eFcG0f8RdjLM537aBsjP7zLHvGnWXbnUnc61v/EFCA==",
- "dependencies": {
- "Microsoft.DiaSymReader": "2.0.0",
- "Microsoft.Extensions.DependencyModel": "6.0.2",
- "Microsoft.Testing.Platform": "2.0.0",
- "System.Reflection.Metadata": "8.0.0"
- }
- },
- "System.Runtime.InteropServices.RuntimeInformation": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw=="
- }
- },
"net10.0": {
"Microsoft.Build.CopyOnWrite": {
"type": "Direct",
@@ -877,14 +108,14 @@
},
"TUnit": {
"type": "Direct",
- "requested": "[1.3.15, )",
- "resolved": "1.3.15",
- "contentHash": "vAih94W2lWymIlVWVwtYKk0JpNiJwCJ6YGB9fdkL9jNtauGSuIZYsly8adXwfOtQPyvcXi9tt/N9w/8c1RndgA==",
+ "requested": "[1.3.25, )",
+ "resolved": "1.3.25",
+ "contentHash": "BitAH29dx3GN0M92Bnq2gTVhr1G835Dp5PeYtFb0Z4Jj+g5zyWn4Ue2rID/iyWCq3PPOjytjOgjz/lpVEZm6ng==",
"dependencies": {
"Microsoft.Testing.Extensions.CodeCoverage": "18.1.0",
"Microsoft.Testing.Extensions.TrxReport": "2.0.2",
- "TUnit.Assertions": "1.3.15",
- "TUnit.Engine": "1.3.15"
+ "TUnit.Assertions": "1.3.25",
+ "TUnit.Engine": "1.3.25"
}
},
"EnumerableAsyncProcessor": {
@@ -1231,24 +462,24 @@
},
"TUnit.Assertions": {
"type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "t0LQ8obP8PIRyXAClsRx9Q86+zYwcYCZwWVqAtIaJ0S2ecegLp195tnplJwdxlKo31lb9OJjaZNKv9HlM3aKRw=="
+ "resolved": "1.3.25",
+ "contentHash": "GUOyRYUppwSi4T+CmA7N5050Qr2lBsOFs/yoxJ23XBL5N/Q8Qia+B99/L27848cCjoNY2UoVYUOhBrNOsGYMrg=="
},
"TUnit.Core": {
"type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "BRpYE4rq9wYEl2x0mdJuqAjxHwDFwHImBVkORCJwJxRUKXfDR3oQ1Yh+UyaLmWUoFNS1j6fLdfpDQgMXQ4VP9w=="
+ "resolved": "1.3.25",
+ "contentHash": "lVgSQNUzRCEabwE7YX/BpoM2b4tn8qnfULO82lBkV/7esuKMA0F9bHCYQJTRlCReD8klMlK2GPz4qRuhoxBiKg=="
},
"TUnit.Engine": {
"type": "Transitive",
- "resolved": "1.3.15",
- "contentHash": "hmn/fDee7L3bmTPZP/F3no8EFaXFTZZC6XKxYeYiVUMsdQwf5n/CTrhH7XS0yE/AxYXK4QzijqfFM0ZbrpMnWQ==",
+ "resolved": "1.3.25",
+ "contentHash": "EHGcQBhrvRBKVJ7jRaBkAltvx/O6aHBK+JQ8ru2bRzYranxVGOvDABuofxtnOrgEdW7wD0Z7cHvNwUYYm0NMTg==",
"dependencies": {
"EnumerableAsyncProcessor": "3.8.4",
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "2.0.2",
"Microsoft.Testing.Platform": "2.0.2",
"Microsoft.Testing.Platform.MSBuild": "2.0.2",
- "TUnit.Core": "1.3.15"
+ "TUnit.Core": "1.3.25"
}
},
"gw2sdk": {