Skip to content

Conversation

@HofmeisterAn
Copy link
Collaborator

What does this PR do?

This PR adds a default connection string provider to the modules. The provider delegates the GetConnectionString() API to the module-specific method, ensuring all modules use a consistent approach to retrieving connection strings. For modules with multiple connection strings, only the primary connection string is resolved. Additional connection strings can be supported in future PRs using the named connection string feature (for this PR out-of-scope).

Why is it important?

-

Related issues

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Feb 8, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 8, 2026

Important

Review skipped

Too many files!

This PR contains 195 files, which is 45 over the limit of 150.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/add-module-connection-string-provider

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link

netlify bot commented Feb 8, 2026

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 7d06c75
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-dotnet/deploys/69888833a2782000086865a3
😎 Deploy Preview https://deploy-preview-1632--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@HofmeisterAn HofmeisterAn force-pushed the feature/add-module-connection-string-provider branch from 95458de to f1728cb Compare February 8, 2026 08:27
@HofmeisterAn HofmeisterAn merged commit 7023308 into develop Feb 8, 2026
83 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/add-module-connection-string-provider branch February 8, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant