Would you like to put this on to Nuget, or would you mind if I did so?
Id #22509 | Release:
None
| Updated: Feb 14 at 1:45 AM by jasonvanbrackel | Created: Apr 14, 2012 at 12:44 PM by mcintyre321
The exception below occurs when comparing an object property that is a Nullable<DateTime>. The attached file resolved the problem.
System.InvalidOperationException was unhandled
Message=The bi...
Id #20253 | Release:
None
| Updated: Feb 14 at 1:45 AM by RobinHSanner | Created: Mar 17, 2011 at 4:10 PM by RobinHSanner
hello,
i am tring to cearte an expression, serialize it and then save it to my db.
the expression is like this:
Expression<Func<Person,List<Address>>> exp = (person) => person.HasAddress ? person...
Id #15760 | Release:
None
| Updated: Feb 14 at 1:45 AM by habmic | Created: Jan 7, 2010 at 8:49 AM by habmic
When converting methods back into System.Linq expressions via the ToExpression() method call, if the original expression had a static method call a null reference exception would occur in the ToExp...
Id #12701 | Release:
None
| Updated: Feb 14 at 1:45 AM by Liqdfire | Created: Feb 26, 2009 at 1:52 PM by Liqdfire
captured variables are compiled into private sealed classes and therefore cannot be serialized - trying to serializing such an expression fails
Id #10990 | Release:
Serialization support
| Updated: Feb 14 at 1:45 AM by mwpowellnm | Created: Aug 12, 2008 at 10:13 AM by idof