yavsc/src/Yavsc.Server/Settings
Paul Schneider 87d62791b8 fix: test infrastructure with in-memory DB, SMTP mocking, and thread-safe billing configuration
- Add in-memory database support for test isolation in WebServerFixture
- Implement TestMailSender fake SMTP provider for email test support
- Add thread synchronization to billing service registration to prevent race conditions
- Make RegisterBilling<T> idempotent to safely handle reconfiguration
- Configure test environment via in-memory settings (UseTestEmailSender, UseInMemoryDatabase)
- Add regression tests for billing module idempotency and duplicate registration detection
- Fix tests: EMaillingTests.SendEMailSynchrone, BillingServiceTests (2 tests), HaveConfigurationRoot (3 tests)

All core test infrastructure tests now passing.
2026-04-19 14:40:40 +01:00
..
CompanyInfoSettings.cs reorg 2026-02-28 21:17:54 +00:00
DataProtectionSettings.cs reorg 2026-02-28 21:17:54 +00:00
GoogleAuthSettings.cs reorg 2026-02-28 21:17:54 +00:00
GoogleServiceAccount.cs reorg 2026-02-28 21:17:54 +00:00
OAuth2AppSettings.cs reorg 2026-02-28 21:17:54 +00:00
PayPalSettings.cs reorg 2026-02-28 21:17:54 +00:00
SiteSettings.cs reorg 2026-02-28 21:17:54 +00:00
SmtpSettings.cs fix: test infrastructure with in-memory DB, SMTP mocking, and thread-safe billing configuration 2026-04-19 14:40:40 +01:00
TwilioSettings.cs reorg 2026-02-28 21:17:54 +00:00
UserPolicies.cs reorg 2026-02-28 21:17:54 +00:00