Richard
7e3791b82d
@
R3 Slice 2: Trading-Buchführung auf EF Core (+ InMemory-Tests)
- BudgetService, TradeHistoryService, PortfolioService von Dapper/DatabaseService auf
IDbContextFactory<CoreDbContext> (EF Core) umgestellt
- Positionen/Budget/Trade-Historie ueber CoreDbContext (core_position/core_budget/core_trade_history)
- Tests: EF-InMemory-Provider im Testprojekt; 5 PortfolioService-Tests (Buy/Sell/Avg/Exposure/Isolation)
- 35/35 Tests + Build + smoke-ui gruen; WorkerBase-Log/Modul/Dapper-Entfernung folgen
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@