I just updated to ASP.NET Identity EntityFramework 2.0.0-beta1 and got a compilation errors for my Roles classes. Maybe somebody can give me some clue how to get all users for a specific Role?
It's something very close, when I browse with Intellisense I am almost there, but need a tip :-).
This is how it worked before update:
user.Roles.First().Role.Name.Equals("Admins")