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

Custom view resolution #13

Closed
mmaguigan opened this issue Jul 28, 2017 · 0 comments · Fixed by #14
Closed

Custom view resolution #13

mmaguigan opened this issue Jul 28, 2017 · 0 comments · Fixed by #14
Assignees
Milestone

Comments

@mmaguigan
Copy link
Contributor

Currently the Routable.Views.Simple library resolves views using the file system. This should use a view resolution delegate with handy shortcuts for file system loading; and perhaps embedded resource streams.

@mmaguigan mmaguigan self-assigned this Jul 28, 2017
@mmaguigan mmaguigan added this to the v1.0.4 milestone Jul 28, 2017
mmaguigan added a commit that referenced this issue Jul 28, 2017
Heavier reliance on async-await in the resolution process.
Ability to add custom resolvers using a variety of patterns.
Internal logging is now exposed through the ILogging interface, default is to write to stderr (not heavily used yet).
Closes #13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant