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

Add ContainsId<T>(T id) extension to IEnumerable<IEntity<T>> #181

Closed
wants to merge 6 commits into from
Closed

Add ContainsId<T>(T id) extension to IEnumerable<IEntity<T>> #181

wants to merge 6 commits into from

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    d2d462f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b8d3f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Add Contains overload for IEnumerable<IEntity<ulong>>

    Also actually implement GetHashCode
    Digitechs committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    f444429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d96af5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d17aa19 View commit details
    Browse the repository at this point in the history
  4. Remove IEquatable implementation for IRole

    After a discussion, ends up this was a design choice.
    Maybe we can get ContainsId to stay?
    Digitechs committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    492cd35 View commit details
    Browse the repository at this point in the history