Skip to content

Conversation

@StuartFerguson
Copy link
Member

@StuartFerguson StuartFerguson commented Jul 19, 2025

Updated ReportingManager to use IDbContextResolver for context resolution.
Adjusted connection string in ControllerTestsBase to use TransactionProcessorReadModel.
Modified CustomWebApplicationFactory to align with new context resolution.
Replaced Guid.NewGuid() with this.TestId in multiple test files for consistency and reliability.
Ensured all tests utilize the new context resolution and connection string updates.

closes #129

Updated ReportingManager to use IDbContextResolver for context resolution. Adjusted connection string in ControllerTestsBase to use TransactionProcessorReadModel. Modified CustomWebApplicationFactory to align with new context resolution. Replaced Guid.NewGuid() with this.TestId in multiple test files for consistency and reliability. Ensured all tests utilize the new context resolution and connection string updates.
@StuartFerguson StuartFerguson merged commit 01f5740 into main Jul 19, 2025
8 checks passed
@github-actions github-actions bot deleted the task/#129_use_new_dbresolver branch September 18, 2025 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use new IDbContextResolver for resolving Db Contexts

2 participants