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

Properly support custom namespaces #10

Open
mkrutov opened this issue Nov 25, 2019 · 2 comments
Open

Properly support custom namespaces #10

mkrutov opened this issue Nov 25, 2019 · 2 comments

Comments

@mkrutov
Copy link
Contributor

mkrutov commented Nov 25, 2019

No description provided.

@mkrutov
Copy link
Contributor Author

mkrutov commented Nov 25, 2019

Currently, namespace generation is pretty much hardcoded into framework with no way around it. Need to support using custom namespaces instead of generated ones. Also need to look into how to properly pass namespaces to Builders since I'd prefer to pass Finalize()'d builders from tests to Framework.

@fgiorgetti
Copy link
Collaborator

One thing with finalized builders is. If you want to use a unique builder instance it is ok as long as you use only one namespace, or if you need to use multiple contexts, you'll need same namespace names across all of them, otherwise the namespace must be "modified" before calling the Build() method.

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

No branches or pull requests

2 participants