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

Implement Anonymous type in Search api. #176

Closed
wants to merge 5 commits into from

Conversation

mattnis
Copy link
Contributor

@mattnis mattnis commented Oct 2, 2015

No description provided.

public class SearchResults : ISearchResultsT<IResult>
could possibly be a breaking change if someone is specifically specifying object type as IList<Result> x = searchresult.Results; as opposed to using var x.
So I changed it to
public class SearchResults : ISearchResultsT<Result>
to match original functionality.
@mattnis mattnis closed this Oct 7, 2015
@mattnis mattnis deleted the SearchAnonType branch October 12, 2015 20:54
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.

1 participant