neon-sprawl/server/NeonSprawl.Server/Game/Items
VinPropane b233fa040d chore: analyzer cleanup for server and tests
Apply Roslyn/dotnet-format fixes across NeonSprawl.Server and
NeonSprawl.Server.Tests: collection expressions, concrete helper
return types, record XML docs, logging guards, quest store refactors,
and removal of redundant usings via GlobalUsings.cs. Extend
csharp-style.md with the recurring patterns.
2026-06-27 22:55:50 -04:00
..
IItemDefinitionRegistry.cs NEO-52: add IItemDefinitionRegistry with DI and lookup tests 2026-05-23 18:11:33 -04:00
IPlayerInventoryStore.cs NEO-54: fix in-memory inventory races with atomic TryMutateSnapshot 2026-05-23 19:42:50 -04:00
InMemoryPlayerInventoryStore.cs NEO-54: dedupe slot cloning on PlayerInventorySnapshot 2026-05-23 19:54:27 -04:00
InventoryContainerKind.cs NEO-54: player inventory store, stack/slot rules engine, and tests 2026-05-23 19:26:57 -04:00
InventorySlotState.cs NEO-54: player inventory store, stack/slot rules engine, and tests 2026-05-23 19:26:57 -04:00
ItemCatalogPathResolution.cs NEO-51: Fail-fast item catalog load at server startup. 2026-05-17 21:56:09 -04:00
ItemCatalogServiceCollectionExtensions.cs chore: analyzer cleanup for server and tests 2026-06-27 22:55:50 -04:00
ItemDefRow.cs NEO-51: Fail-fast item catalog load at server startup. 2026-05-17 21:56:09 -04:00
ItemDefinitionCatalog.cs NEO-52: add IItemDefinitionRegistry with DI and lookup tests 2026-05-23 18:11:33 -04:00
ItemDefinitionCatalogLoader.cs chore: analyzer cleanup for server and tests 2026-06-27 22:55:50 -04:00
ItemDefinitionRegistry.cs NEO-146: apply C# collection and using style fixes 2026-06-24 20:41:25 -04:00
ItemDefinitionsListDtos.cs NEO-53: GET world item-definitions, Bruno, docs, and tests 2026-05-23 19:09:46 -04:00
ItemDefinitionsWorldApi.cs NEO-53: GET world item-definitions, Bruno, docs, and tests 2026-05-23 19:09:46 -04:00
PlayerInventoryApi.cs chore: analyzer cleanup for server and tests 2026-06-27 22:55:50 -04:00
PlayerInventoryDtos.cs chore: analyzer cleanup for server and tests 2026-06-27 22:55:50 -04:00
PlayerInventoryMutationOutcome.cs NEO-146: fix record struct docs and collection spread in tests 2026-06-24 20:47:40 -04:00
PlayerInventoryMutationWrite.cs chore: analyzer cleanup for server and tests 2026-06-27 22:55:50 -04:00
PlayerInventoryOperations.cs NEO-69: Fix Bugbot pre-flight and output rollback issues. 2026-05-24 17:28:43 -04:00
PlayerInventoryReasonCodes.cs NEO-56: add inventory telemetry hook comment sites 2026-05-24 13:32:21 -04:00
PlayerInventoryServiceCollectionExtensions.cs NEO-54: player inventory store, stack/slot rules engine, and tests 2026-05-23 19:26:57 -04:00
PlayerInventorySnapshot.cs NEO-105: Consolidate inventory snapshot clone helper. 2026-05-31 17:11:55 -04:00
PostgresPlayerInventoryBootstrap.cs chore: analyzer cleanup for server and tests 2026-06-27 22:55:50 -04:00
PostgresPlayerInventoryStore.cs NEO-54: fix in-memory inventory races with atomic TryMutateSnapshot 2026-05-23 19:42:50 -04:00
PrototypeSlice1ItemCatalogRules.cs NEO-51: Fail-fast item catalog load at server startup. 2026-05-17 21:56:09 -04:00