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 resolving references between resources in a bundle #107

Closed
ewoutkramer opened this issue Oct 19, 2015 · 1 comment
Closed

Comments

@ewoutkramer
Copy link
Member

(discussed during the Atlanta .NET usersgroup meeting)

Consider a new property on resourcereference for the “instance” that provides immediate location of the contained/bundled item.

HAPI does this, it resolves within Bundle and from a resource to its contained resources. Will not resolve references to resources out of that scope, since that would involve "lazy loading" by doing http requests.

@ewoutkramer ewoutkramer added this to the August 2017 (0.9x.6) milestone Aug 3, 2017
@ewoutkramer
Copy link
Member Author

Since I have now implemented this for resolving within an instance (say a Bundle) based on IElementNavigator. It might be possible to invoke this code from a Bundle or any resource, so let's investigate that.

@ewoutkramer ewoutkramer removed this from the DevDays 2017 (0.94.0) milestone Oct 18, 2017
@mmsmits mmsmits closed this as completed Aug 12, 2021
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