peter 04a7c3628a Fix DbContext concurrency error in parallel company verification
Use IDbContextFactory pattern to create isolated DbContext instances
for each cache operation, making parallel verification thread-safe.

Changes:
- Add IDbContextFactory<ApplicationDbContext> registration
- Update CompanyVerifierService to use factory for cache operations
- Update tests with InMemoryDatabaseRoot for shared test data

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 16:54:58 +01:00
2026-01-19 12:37:00 +01:00
2026-01-19 12:37:00 +01:00
2026-01-19 12:37:00 +01:00
2026-01-19 12:37:00 +01:00
2026-01-18 19:45:07 +01:00
Description
CV verification platform built with .NET Blazor
18 MiB
Languages
C# 71.3%
HTML 23.5%
CSS 3.9%
Shell 1%
Dockerfile 0.2%