<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MetaLinq - LINQ to Expressions</title><link>http://metalinq.codeplex.com/project/feeds/rss</link><description>Class library that allows developers to use LINQ to search through and edit expressions in place, without having to manually recreate the expressions.</description><item><title>Patch Uploaded: #14254</title><link>https://metalinq.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='https://www.codeplex.com/site/users/view/Dzmitry_Mikhalap'&gt;Dzmitry_Mikhalap&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Fix&amp;#58; multithread support&lt;/p&gt;</description><author>Dzmitry_Mikhalap</author><pubDate>Fri, 05 Apr 2013 13:22:59 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #14254 20130405012259P</guid></item><item><title>Source code checked in, #69709</title><link>http://metalinq.codeplex.com/SourceControl/changeset/changes/69709</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:10:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69709 20121001101056P</guid></item><item><title>Source code checked in, #69708</title><link>http://metalinq.codeplex.com/SourceControl/changeset/changes/69708</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:06:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69708 20121001100645P</guid></item><item><title>Created Issue: Nuget [22509]</title><link>http://metalinq.codeplex.com/workitem/22509</link><description>Would you like to put this on to Nuget, or would you mind if I did so&amp;#63;&lt;br /&gt;</description><author>mcintyre321</author><pubDate>Sat, 14 Apr 2012 12:44:21 GMT</pubDate><guid isPermaLink="false">Created Issue: Nuget [22509] 20120414124421P</guid></item><item><title>New Post: Doesn't work with Entity Framework 4 objects</title><link>http://metalinq.codeplex.com/discussions/214914</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am having the same issue on deserialization only, serialization of EntityFramework Objects works fine. has anyone found a fix for this yet?&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>cgsoldier</author><pubDate>Wed, 14 Dec 2011 18:33:07 GMT</pubDate><guid isPermaLink="false">New Post: Doesn't work with Entity Framework 4 objects 20111214063307P</guid></item><item><title>New Post: Very noisy &lt;EditableLambdaExpression/&gt; Xml node</title><link>http://metalinq.codeplex.com/discussions/271444</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am new to MetaLinq, glad I found it, don't get me wrong. We want to necessarily serialize and deserialize an Expression through an Xml stream. We get something like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;EditableLambdaExpression xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" /&amp;gt;&lt;/p&gt;
&lt;p&gt;We save the serialized contents this as the contents of an element, but is the Xmlns Xsi and Xsd really necessary? Or can we refrain from saving that?&lt;/p&gt;
&lt;p&gt;In other words, our &amp;lt;EditableLambdaExpression/&amp;gt; is going to appear in the context of a more complex Xml structure, so Xsi or Xsd would necessarily be a distraction from that.&lt;/p&gt;
&lt;p&gt;Thank you...&lt;/p&gt;
&lt;p&gt;Redards,&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;/div&gt;</description><author>mwpowellnm</author><pubDate>Sun, 04 Sep 2011 18:09:25 GMT</pubDate><guid isPermaLink="false">New Post: Very noisy &lt;EditableLambdaExpression/&gt; Xml node 20110904060925P</guid></item><item><title>Commented Issue: Cannot serialize expressions that include captured variables [10990]</title><link>http://metalinq.codeplex.com/workitem/10990</link><description>captured variables are compiled into private sealed classes and therefore cannot be serialized - trying to serializing such an expression fails&lt;br /&gt;Comments: ** Comment from web user: mwpowellnm ** &lt;p&gt;it&amp;#39;s been awhile since this was last commented on. can you clarify what this means&amp;#63; if I understand it rightly, if I capture a local variable int i &amp;#61; 3 in my Lambda Expression prior to serializing, I should be unable to compile or necessarily invoke the same Lambda Expression when I deserialize it... unless I&amp;#39;ve also got an int i in the same scope as that&amp;#63; thank you... if so, it seems to me variables that can be &amp;#34;seen&amp;#34; is a reasonable &amp;#34;limitation&amp;#34; operating with Lambdas, and necessarily disciplines developers to make proper use of them.&lt;/p&gt;</description><author>mwpowellnm</author><pubDate>Sun, 04 Sep 2011 14:55:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot serialize expressions that include captured variables [10990] 20110904025523P</guid></item><item><title>New Post: Error while serializing an expression</title><link>http://metalinq.codeplex.com/discussions/267039</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm a beginner with Linq&amp;nbsp;and I have an issue while using MetaLinq for a test.&lt;br /&gt;I need to bind a gridview to data from a server using a Linq query. I looked on the web how to make a data provider, and now I'm trying to serialize the expression to send it to the server side so that it can execute it on the data.&lt;/p&gt;
&lt;p&gt;﻿Here is my code :&lt;/p&gt;
&lt;pre style="background-color: white; color: black;"&gt;&lt;pre&gt;&lt;pre&gt;&lt;div style="background-color: white; color: black;"&gt;&lt;pre&gt;&lt;div style="background-color: white; color: black;"&gt;&lt;pre&gt;QueryableData&amp;lt;QueryableObject&amp;gt; objects = &lt;span style="color: blue;"&gt;new&lt;/span&gt; QueryableData&amp;lt;QueryableObject&amp;gt;(); &lt;span style="color: green;"&gt;// QueryableData implements IOrderedQueryable&lt;/span&gt;

&lt;span style="color: blue;"&gt;var&lt;/span&gt; query = objects.Where(obj =&amp;gt; obj.name == &lt;span style="color: #a31515;"&gt;"test"&lt;/span&gt;).Select(obj =&amp;gt; obj.name);

gridControl1.DataSource = query.ToList();﻿﻿
&lt;/pre&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;pre&gt;Then to get some data, in the method Execute(Expression) of the DataProvider I try to serialize the expression&amp;nbsp;:&lt;/pre&gt;
&lt;pre&gt;&lt;div style="background-color: white; color: black;"&gt;&lt;pre&gt;EditableExpression e = CheckSerializationInternal(EditableExpression.CreateEditableExpression(expression)); &lt;span style="color: green;"&gt;// CheckSerializationInternal is the same as in the MetaLinq demo&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;pre&gt;﻿I got the error "﻿There was an error generating the XML document" at line :&lt;/pre&gt;
&lt;pre&gt;&lt;div style="background-color: white; color: black;"&gt;&lt;pre&gt;xs.Serialize(ms, mutableLambda); &lt;/pre&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;pre&gt;Here is the string value of "expression" :&lt;/pre&gt;
&lt;pre&gt;﻿﻿&lt;pre&gt;{value(LinqDataAdapter.QueryableData`1[WCFIntefaces.QueryableObject]).Where(obj =&amp;gt; (obj.name = "test")).Select(obj =&amp;gt; obj.name)}&lt;/pre&gt;
&lt;/pre&gt;
&lt;pre&gt;I'm sure I failed somewhere, but I can't find the reason why. I'm still a beginner...﻿&lt;/pre&gt;
&lt;pre&gt;Thanks for your help.&lt;/pre&gt;
&lt;pre&gt;Axel&lt;/pre&gt;&lt;/div&gt;</description><author>Akwel</author><pubDate>Fri, 29 Jul 2011 09:58:47 GMT</pubDate><guid isPermaLink="false">New Post: Error while serializing an expression 20110729095847A</guid></item><item><title>Created Issue: Expression Constant comparing Nullable&lt;DateTime&gt; fails with InvalidOperationException [20253]</title><link>http://metalinq.codeplex.com/workitem/20253</link><description>The exception below occurs when comparing an object property that is a Nullable&amp;#60;DateTime&amp;#62;.  The attached file resolved the problem.&lt;br /&gt;&lt;br /&gt;System.InvalidOperationException was unhandled&lt;br /&gt;  Message&amp;#61;The binary operator LessThanOrEqual is not defined for the types &amp;#39;System.Nullable&amp;#96;1&amp;#91;System.DateTime&amp;#93;&amp;#39; and &amp;#39;System.DateTime&amp;#39;.&lt;br /&gt;  Source&amp;#61;System.Core&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at System.Linq.Expressions.Expression.GetComparisonOperator&amp;#40;ExpressionType binaryType, String opName, Expression left, Expression right, Boolean liftToNull&amp;#41;&lt;br /&gt;       at System.Linq.Expressions.Expression.LessThanOrEqual&amp;#40;Expression left, Expression right, Boolean liftToNull, MethodInfo method&amp;#41;&lt;br /&gt;       at System.Linq.Expressions.Expression.MakeBinary&amp;#40;ExpressionType binaryType, Expression left, Expression right, Boolean liftToNull, MethodInfo method, LambdaExpression conversion&amp;#41;&lt;br /&gt;       at System.Linq.Expressions.Expression.MakeBinary&amp;#40;ExpressionType binaryType, Expression left, Expression right&amp;#41;&lt;br /&gt;       at ExpressionBuilder.EditableBinaryExpression.ToExpression&amp;#40;&amp;#41; in D&amp;#58;&amp;#92;Visual Studio Projects&amp;#92;Deloitte - Innovation Center&amp;#92;Dev&amp;#92;Phase 1&amp;#92;TestApps&amp;#92;Diet.Expressions&amp;#92;ExpressionBuilder&amp;#92;Expressions&amp;#92;EditableBinaryExpression.cs&amp;#58;line 48&lt;br /&gt;       at ExpressionBuilder.EditableBinaryExpression.ToExpression&amp;#40;&amp;#41; in D&amp;#58;&amp;#92;Visual Studio Projects&amp;#92;Deloitte - Innovation Center&amp;#92;Dev&amp;#92;Phase 1&amp;#92;TestApps&amp;#92;Diet.Expressions&amp;#92;ExpressionBuilder&amp;#92;Expressions&amp;#92;EditableBinaryExpression.cs&amp;#58;line 48&lt;br /&gt;       at ExpressionBuilder.EditableBinaryExpression.ToExpression&amp;#40;&amp;#41; in D&amp;#58;&amp;#92;Visual Studio Projects&amp;#92;Deloitte - Innovation Center&amp;#92;Dev&amp;#92;Phase 1&amp;#92;TestApps&amp;#92;Diet.Expressions&amp;#92;ExpressionBuilder&amp;#92;Expressions&amp;#92;EditableBinaryExpression.cs&amp;#58;line 48&lt;br /&gt;       at ExpressionBuilder.EditableLambdaExpression.ToExpression&amp;#40;&amp;#41; in D&amp;#58;&amp;#92;Visual Studio Projects&amp;#92;Deloitte - Innovation Center&amp;#92;Dev&amp;#92;Phase 1&amp;#92;TestApps&amp;#92;Diet.Expressions&amp;#92;ExpressionBuilder&amp;#92;Expressions&amp;#92;EditableLambdaExpression.cs&amp;#58;line 53&lt;br /&gt;</description><author>RobinHSanner</author><pubDate>Thu, 17 Mar 2011 16:10:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Expression Constant comparing Nullable&lt;DateTime&gt; fails with InvalidOperationException [20253] 20110317041010P</guid></item><item><title>Reviewed: Serializable V1.1b (Jan 07, 2011)</title><link>http://metalinq.codeplex.com/releases/view/23951#ReviewBy-chrisghardwick</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Excellent. Works very well.</description><author>chrisghardwick</author><pubDate>Fri, 07 Jan 2011 14:12:07 GMT</pubDate><guid isPermaLink="false">Reviewed: Serializable V1.1b (Jan 07, 2011) 20110107021207P</guid></item><item><title>Patch Uploaded: #6864</title><link>http://metalinq.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/benpriebe'&gt;benpriebe&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Modified the following method to utilize the members parameters - this is necessary to utilize expressions made using anonymous types.&lt;br /&gt;&lt;br /&gt;  &amp;#47;&amp;#47; Methods&lt;br /&gt;        public override Expression ToExpression&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            if &amp;#40;Constructor &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                var members &amp;#61; Members.GetMembers&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                if &amp;#40;members &amp;#33;&amp;#61; null &amp;#38;&amp;#38; members.Any&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    return Expression.New&amp;#40;Constructor, Arguments.GetExpressions&amp;#40;&amp;#41;, members&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;                else&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    return Expression.New&amp;#40;Constructor, Arguments.GetExpressions&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            else&lt;br /&gt;            &amp;#123;&lt;br /&gt;                return Expression.New&amp;#40;Type&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;/p&gt;</description><author>benpriebe</author><pubDate>Wed, 22 Sep 2010 04:52:35 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #6864 20100922045235A</guid></item><item><title>Source code checked in, #52373</title><link>http://metalinq.codeplex.com/SourceControl/changeset/changes/52373</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 17:08:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #52373 20100728050820P</guid></item><item><title>Project License Changed</title><link>http://metalinq.codeplex.com/license?LicenseHistoryId=43247</link><description>Apache License&amp;#13;&amp;#10;Version 2.0, January 2004&amp;#13;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;www.apache.org&amp;#47;licenses&amp;#47;&amp;#13;&amp;#10;&amp;#13;&amp;#10;TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION&amp;#13;&amp;#10;&amp;#13;&amp;#10;1. Definitions.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;License&amp;#34; shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Licensor&amp;#34; shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Legal Entity&amp;#34; shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, &amp;#34;control&amp;#34; means &amp;#40;i&amp;#41; the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or &amp;#40;ii&amp;#41; ownership of fifty percent &amp;#40;50&amp;#37;&amp;#41; or more of the outstanding shares, or &amp;#40;iii&amp;#41; beneficial ownership of such entity.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;You&amp;#34; &amp;#40;or &amp;#34;Your&amp;#34;&amp;#41; shall mean an individual or Legal Entity exercising permissions granted by this License.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Source&amp;#34; form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Object&amp;#34; form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Work&amp;#34; shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work &amp;#40;an example is provided in the Appendix below&amp;#41;.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Derivative Works&amp;#34; shall mean any work, whether in Source or Object form, that is based on &amp;#40;or derived from&amp;#41; the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link &amp;#40;or bind by name&amp;#41; to the interfaces of, the Work and Derivative Works thereof.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Contribution&amp;#34; shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, &amp;#34;submitted&amp;#34; means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as &amp;#34;Not a Contribution.&amp;#34;&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Contributor&amp;#34; shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.&amp;#13;&amp;#10;&amp;#13;&amp;#10;2. Grant of Copyright License.&amp;#13;&amp;#10;&amp;#13;&amp;#10;Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.&amp;#13;&amp;#10;&amp;#13;&amp;#10;3. Grant of Patent License.&amp;#13;&amp;#10;&amp;#13;&amp;#10;Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable &amp;#40;except as stated in this section&amp;#41; patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution&amp;#40;s&amp;#41; alone or by combination of their Contribution&amp;#40;s&amp;#41; with the Work to which such Contribution&amp;#40;s&amp;#41; was submitted. If You institute patent litigation against any entity &amp;#40;including a cross-claim or counterclaim in a lawsuit&amp;#41; alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.&amp;#13;&amp;#10;&amp;#13;&amp;#10;4. Redistribution.&amp;#13;&amp;#10;&amp;#13;&amp;#10;You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions&amp;#58;&amp;#13;&amp;#10;&amp;#13;&amp;#10;1. You must give any other recipients of the Work or Derivative Works a copy of this License&amp;#59; and&amp;#13;&amp;#10;&amp;#13;&amp;#10;2. You must cause any modified files to carry prominent notices stating that You changed the files&amp;#59; and&amp;#13;&amp;#10;&amp;#13;&amp;#10;3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works&amp;#59; and&amp;#13;&amp;#10;&amp;#13;&amp;#10;4. If the Work includes a &amp;#34;NOTICE&amp;#34; text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places&amp;#58; within a NOTICE text file distributed as part of the Derivative Works&amp;#59; within the Source form or documentation, if provided along with the Derivative Works&amp;#59; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.&amp;#13;&amp;#10;&amp;#13;&amp;#10;You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.&amp;#13;&amp;#10;&amp;#13;&amp;#10;5. Submission of Contributions.&amp;#13;&amp;#10;&amp;#13;&amp;#10;Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.&amp;#13;&amp;#10;&amp;#13;&amp;#10;6. Trademarks.&amp;#13;&amp;#10;&amp;#13;&amp;#10;This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.&amp;#13;&amp;#10;&amp;#13;&amp;#10;7. Disclaimer of Warranty.&amp;#13;&amp;#10;&amp;#13;&amp;#10;Unless required by applicable law or agreed to in writing, Licensor provides the Work &amp;#40;and each Contributor provides its Contributions&amp;#41; on an &amp;#34;AS IS&amp;#34; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.&amp;#13;&amp;#10;&amp;#13;&amp;#10;8. Limitation of Liability.&amp;#13;&amp;#10;&amp;#13;&amp;#10;In no event and under no legal theory, whether in tort &amp;#40;including negligence&amp;#41;, contract, or otherwise, unless required by applicable law &amp;#40;such as deliberate and grossly negligent acts&amp;#41; or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work &amp;#40;including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses&amp;#41;, even if such Contributor has been advised of the possibility of such damages.&amp;#13;&amp;#10;&amp;#13;&amp;#10;9. Accepting Warranty or Additional Liability.&amp;#13;&amp;#10;&amp;#13;&amp;#10;While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and&amp;#47;or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.</description><author></author><pubDate>Fri, 11 Jun 2010 09:21:43 GMT</pubDate><guid isPermaLink="false">Project License Changed 20100611092143A</guid></item><item><title>New Post: Doesn't work with Entity Framework 4 objects</title><link>http://metalinq.codeplex.com/Thread/View.aspx?ThreadId=214914</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Null Reference Error on:&lt;/p&gt;
&lt;p&gt;public static MemberInfo FromSerializableForm(this MemberInfo memberInfo, string serializedValue)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string[] fullName = SplitString(serializedValue);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string name = fullName[1];&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;MemberInfo member = (from m in Type.GetType(fullName[0]).GetMembers()&lt;/strong&gt;&lt;br&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where m.ToString() == name&lt;/strong&gt;&lt;br&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select m).First();&lt;/strong&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return member;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Runtime evaluation of fullName[0] reveals everything as expected, however Type.GetType(fullName[0]) returns null.&lt;/p&gt;&lt;/div&gt;</description><author>omayhemo</author><pubDate>Thu, 03 Jun 2010 21:45:18 GMT</pubDate><guid isPermaLink="false">New Post: Doesn't work with Entity Framework 4 objects 20100603094518P</guid></item><item><title>Created Issue: cannot serialize EditableMemeberInfoCollection [15760]</title><link>http://metalinq.codeplex.com/WorkItem/View.aspx?WorkItemId=15760</link><description>hello,&lt;br /&gt;i am tring to cearte an expression, serialize it and then save it to my db.&lt;br /&gt;the expression is like this&amp;#58;&lt;br /&gt;&lt;br /&gt;Expression&amp;#60;Func&amp;#60;Person,List&amp;#60;Address&amp;#62;&amp;#62;&amp;#62; exp &amp;#61; &amp;#40;person&amp;#41; &amp;#61;&amp;#62; person.HasAddress &amp;#63; person.Addresses.ToList&amp;#40;&amp;#41; &amp;#58; new List&amp;#60;Address&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;then i serialize it using DataContactSerializer.&lt;br /&gt;up until now every thing is working fine.&lt;br /&gt;&lt;br /&gt;i am deserializing it from the DB and save it in velocity cache,&lt;br /&gt;then i am getting this expection&amp;#58;&lt;br /&gt;&amp;#34;Type &amp;#39;Address&amp;#39; cannot be serialized.  Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute&amp;#34;&lt;br /&gt;&lt;br /&gt;any idea&amp;#63;&lt;br /&gt;thanks&amp;#33;&lt;br /&gt;</description><author>habmic</author><pubDate>Thu, 07 Jan 2010 09:49:53 GMT</pubDate><guid isPermaLink="false">Created Issue: cannot serialize EditableMemeberInfoCollection [15760] 20100107094953A</guid></item><item><title>Reviewed: Serializable V1.1b (六月 18, 2009)</title><link>http://metalinq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=23951</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - it&amp;#39;s very good.</description><author>ruby</author><pubDate>Thu, 18 Jun 2009 09:20:40 GMT</pubDate><guid isPermaLink="false">Reviewed: Serializable V1.1b (六月 18, 2009) 20090618092040A</guid></item><item><title>Updated Release: Serializable V1.1b (Feb 27, 2009)</title><link>http://metalinq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=23951</link><description>&lt;div&gt;
Some bug fixes related to expression containing static members and static method calls.&lt;br&gt;
&lt;/div&gt;</description><author>idof</author><pubDate>Fri, 27 Feb 2009 13:29:06 GMT</pubDate><guid isPermaLink="false">Updated Release: Serializable V1.1b (Feb 27, 2009) 20090227012906P</guid></item><item><title>Released: Serializable V1.1b (Feb 27, 2009)</title><link>http://metalinq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=23951</link><description>&lt;div&gt;
Some bug fixes related to expression containing static members and static method calls.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Fri, 27 Feb 2009 13:29:05 GMT</pubDate><guid isPermaLink="false">Released: Serializable V1.1b (Feb 27, 2009) 20090227012905P</guid></item><item><title>Created Release: Serializable V1.1a (Feb 27, 2009)</title><link>http://metalinq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=23951</link><description>&lt;div&gt;
Some bug fixes related to expression containing static members and static method calls.&lt;br&gt;
&lt;/div&gt;</description><author>idof</author><pubDate>Fri, 27 Feb 2009 13:28:11 GMT</pubDate><guid isPermaLink="false">Created Release: Serializable V1.1a (Feb 27, 2009) 20090227012811P</guid></item><item><title>Source code checked in, #31856</title><link>http://metalinq.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>idof</author><pubDate>Fri, 27 Feb 2009 13:20:02 GMT</pubDate><guid isPermaLink="false">Source code checked in, #31856 20090227012002P</guid></item></channel></rss>