Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<PackageVersion Include="System.Interactive" Version="6.0.3" />
<PackageVersion Include="System.Linq.Async" Version="6.0.3" />
<PackageVersion Include="System.Reactive" Version="6.1.0" />
<PackageVersion Include="TUnit" Version="1.3.15" />
<PackageVersion Include="TUnit" Version="1.3.25" />
</ItemGroup>
</Project>
304 changes: 12 additions & 292 deletions tests/GW2SDK.ArchitectureTests/packages.lock.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
Loading
Loading