Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract in-memory portion of TestConfigurationSource #110

Closed
TheTribe opened this issue Sep 13, 2013 · 0 comments
Closed

Extract in-memory portion of TestConfigurationSource #110

TheTribe opened this issue Sep 13, 2013 · 0 comments

Comments

@TheTribe
Copy link
Contributor

Currently, TestConfigurationSource is the only concrete implementation of IConfigurationSource that supports an in-memory XML object as its physical config source. TestConfigurationSource still makes sense, but there should be an abstract InMemoryConfigurationSource that supports this paradigm also, allowing TestConfigurationSource to be extremely simple, and allowing other types in domain-specific contexts to use obtained XML documents as the final basis for config section retrieval.

jbatte47 added a commit to jbatte47/code-patterns that referenced this issue Sep 14, 2013
TheTribe pushed a commit that referenced this issue Sep 14, 2013
Issue #110 - extracted InMemoryConfigurationSource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants