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

Add support for importing namespaces at the assembly level #1352

Closed
kcamp opened this issue Nov 11, 2016 · 6 comments
Closed

Add support for importing namespaces at the assembly level #1352

kcamp opened this issue Nov 11, 2016 · 6 comments
Labels
Milestone

Comments

@kcamp
Copy link
Contributor

kcamp commented Nov 11, 2016

It would be useful to provide the ability to import namespaces in a global way at the assembly level.

When creating an add-in library, there are namespaces that are desirable to be imported at a global level as opposed to decorating classes/methods in a redundant way, particularly when the classes within those namespaces are used from integration points that aren't an alias method. i.e., I have a base BuildParameters style class that exposes a certain amount of logic to the build script, but doesn't actually involve any method aliases.

Will submit PR for the same shortly.

@devlead
Copy link
Member

devlead commented Nov 11, 2016

Fixed by #1353

@devlead devlead closed this as completed Nov 11, 2016
@gep13
Copy link
Member

gep13 commented Nov 11, 2016

@kcamp I think we could benefit with some documentation to go along with this change. Would you be in a position to help with this?

@kcamp
Copy link
Contributor Author

kcamp commented Nov 11, 2016

@gep13 i can absolutely lend a hand with this. this would be under the cake-build/website project? existing page/content or new?

@gep13
Copy link
Member

gep13 commented Nov 11, 2016

Yew, this would be on the website repo. Off the top of my head, not sure if there is an existing place for this or not. If not, then yes, a new page, and perhaps new group.

@kcamp
Copy link
Contributor Author

kcamp commented Nov 11, 2016

@gep13 sounds good. i will make a pass at it and see what we can come up with.

@devlead
Copy link
Member

devlead commented Nov 11, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants