2.1.0
- 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.