You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AreNestedPrivate - replaced with Predicate.ArePrivate
AreNestedPublic - replaced with Predicate.ArePublic
AreNotNestedPrivate
AreNotNestedPublic
HaveNameEndingWith accepting StringComparison - replaced with Options
HaveNameStartingWith accepting StringComparison - replaced with Options
ResideInNamespaceStartingWith - because it was doing exactly the same thing as Predicate.ResideInNamespace
Condition
BeNestedPrivate
BeNestedPublic
HaveNameEndingWith accepting StringComparison - replaced with Options
HaveNameStartingWith accepting StringComparison - replaced with Options
NotBeNestedPrivate
NotBeNestedPublic
ResideInNamespaceStartingWith
Corrected behavior:
Predicate.BeAbstract - false positive results were possible
Predicate.BeSealed -false positive results were possible
Predicate.HaveName, Predicate.HaveNameStartingWith, Predicate.HaveNameEndingWith - for generic types, theirs names are compared without number of type parameters (e.g. `1)