Files
SVSimServer/SVSim.Database/Repositories
gamer147 7abdfe27cb review(bp): drop fragile cast, thread CT, internalize cache reset
- IndexResponse.BattlePassLevelInfo widened to IReadOnlyDictionary<string,BattlePassLevel>?
  so any IReadOnlyDictionary impl (FrozenDictionary, wrapper, etc.) serializes correctly
  instead of silently null-ing via a failed as-cast
- LoadController.Index now takes CancellationToken ct and threads it to GetLevelCurveAsync
  instead of CancellationToken.None
- BattlePassRepository.ResetLevelCurveCache changed from public to internal; added
  InternalsVisibleTo("SVSim.UnitTests") to SVSim.Database.csproj (was absent)
2026-05-26 23:01:26 -04:00
..
2026-05-25 16:55:57 -04:00
2025-05-18 02:27:17 -04:00
2026-05-25 16:34:24 -04:00
2026-05-25 19:07:49 -04:00
2026-05-25 12:03:47 -04:00
2025-05-18 02:27:17 -04:00