Skip to content

2.1.0

Compare
Choose a tag to compare
@alexmurari alexmurari released this 30 Oct 15:07
144cb44
  • Removed the OrdinalIgnoreCase string comparison from calls to contains methods on string collections (EF Core doesn't support string comparers).
  • Added initial methods to start building expressions to the ExpressionBuilder class.
  • Changed the behavior of the extension methods that compose expressions (And, Or) so it handles initial values correctly.