neon-sprawl/server/NeonSprawl.Server.Tests/Game/Items
VinPropane b455ff5ad5 NEO-146: apply C# collection and using style fixes
Replace .ToArray() with collection spread, simplify single-statement
await using blocks, use Lock for Postgres schema gates, and document
IDE0063/IDE0305/IDE0330/CA1859 conventions in csharp-style.md.
2026-06-24 20:41:25 -04:00
..
InMemoryPlayerInventoryStoreTests.cs NEO-54: player inventory store, stack/slot rules engine, and tests 2026-05-23 19:26:57 -04:00
ItemCatalogTestPaths.cs NEO-51: Fail-fast item catalog load at server startup. 2026-05-17 21:56:09 -04:00
ItemDefinitionCatalogLoaderTests.cs NEO-51: Address code review — tests, docs, review strikethroughs. 2026-05-17 22:04:03 -04:00
ItemDefinitionRegistryTests.cs NEO-52: add IItemDefinitionRegistry with DI and lookup tests 2026-05-23 18:11:33 -04:00
ItemDefinitionsWorldApiTests.cs NEO-53: address code review suggestions 2026-05-23 19:12:20 -04:00
PlayerInventoryApiTests.cs NEO-55: make inventory Bruno tests order-independent 2026-05-23 22:57:53 -04:00
PlayerInventoryOperationsTests.cs NEO-69: Address code review findings for craft engine. 2026-05-24 17:18:52 -04:00
PlayerInventoryPersistenceIntegrationTests.cs NEO-146: apply C# collection and using style fixes 2026-06-24 20:41:25 -04:00