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 the global scope to namespaces to inherited interfaces for friending #14

Merged
merged 1 commit into from
May 23, 2018
Merged

Conversation

lcjordan
Copy link
Contributor

When inheriting from a base template in another project the compiler can't see the namespace of the friend.

For example, if you have a base template in the Feature layer that is inherited by a project in the Project layer when you try and compile you get namespace not found errors in the Project layer model.

The Synthesis generator solves this by adding the global:: scope to the namespace. Updated the template to include this.

@blipson89 blipson89 changed the base branch from master to dev May 23, 2018 20:25
@blipson89 blipson89 merged commit 94d2272 into blipson89:dev May 23, 2018
@blipson89
Copy link
Owner

thank you! @lcjordan

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.

2 participants