DeutschLernen/GermanApp/Infrastructure/Data/Migrations
Lasse Rune Hansen 6bcf592918 feat(backend): complete unit tests for User Authentication feature
- Fix MSTest compatibility with .NET 9.0 by upgrading to MSTest.TestFramework 4.2.3
- Move Tests directory to solution level (Tests/) to prevent test files from being compiled with GermanApp
- Update test project references to point to GermanApp/GermanApp.csproj
- Add InternalsVisibleTo attributes for test assemblies
- Make RefreshToken properties internal for testability
- Fix User.ChangeEmail null handling
- Add 46 comprehensive unit tests for User and RefreshToken domain entities
- All tests passing successfully

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-05 17:07:15 +02:00
..
20260531174249_InitialCreate.cs feat(backend/infra): add User entity, database migrations, and seed data 2026-05-31 19:44:29 +02:00
20260531174249_InitialCreate.Designer.cs feat(backend/infra): add User entity, database migrations, and seed data 2026-05-31 19:44:29 +02:00
20260605131551_AddRefreshTokensTable.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
20260605131551_AddRefreshTokensTable.Designer.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
AppDbContextModelSnapshot.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00