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

Maybe we should be able to get a list with all users in it #13

Open
renatoeufe opened this issue May 22, 2020 · 2 comments
Open

Maybe we should be able to get a list with all users in it #13

renatoeufe opened this issue May 22, 2020 · 2 comments

Comments

@renatoeufe
Copy link

:( public override IQueryable<TUser> Users => throw new NotSupportedException();

@Sajeewa-Diss
Copy link

I wanted to implement this myself and similarly for the Roles property in the Roles store. However, both run into the same problem. To return an IQueryable in Dapper we would have to bodge it by returning an IEnumerable AS IQueryable. I think a cleaner solution is not implement it at all.

@renatoeufe
Copy link
Author

I needed to expose an endpoint in my REST API in order to return a list of all users, had no choice 🤷🏻‍♂️

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