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

Expose a generic version of UriTemplate.BindByName #28

Closed
sharwell opened this issue Apr 25, 2014 · 0 comments · Fixed by #30
Closed

Expose a generic version of UriTemplate.BindByName #28

sharwell opened this issue Apr 25, 2014 · 0 comments · Fixed by #30

Comments

@sharwell
Copy link
Member

Currently, BindByName has overloads for IDictionary<string, object> and IDictionary<string, string>. An additional overload for IDictionary<string, T> (as a generic method) would improve the ability to use the library in generic code.

@sharwell sharwell added this to the 1.0 milestone Apr 25, 2014
@sharwell sharwell self-assigned this Apr 25, 2014
sharwell added a commit that referenced this issue Apr 25, 2014
Provide generic overloads of BindByName (fixes #28)
@sharwell sharwell modified the milestones: 1.0.0 Beta 2, 1.0 Aug 19, 2015
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