Skip to content

Refactor database context resolution in ReportingManager#133

Merged
StuartFerguson merged 3 commits into
mainfrom
task/#129_use_new_dbresolver
Jul 19, 2025
Merged

Refactor database context resolution in ReportingManager#133
StuartFerguson merged 3 commits into
mainfrom
task/#129_use_new_dbresolver

Conversation

@StuartFerguson

@StuartFerguson StuartFerguson commented Jul 19, 2025

Copy link
Copy Markdown
Member

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use new IDbContextResolver for resolving Db Contexts

1 participant