Return-Path: X-Original-To: apmail-lucenenet-commits-archive@www.apache.org Delivered-To: apmail-lucenenet-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E259D11185 for ; Sat, 6 Sep 2014 19:36:15 +0000 (UTC) Received: (qmail 84573 invoked by uid 500); 6 Sep 2014 19:36:14 -0000 Delivered-To: apmail-lucenenet-commits-archive@lucenenet.apache.org Received: (qmail 84519 invoked by uid 500); 6 Sep 2014 19:36:14 -0000 Mailing-List: contact commits-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucenenet.apache.org Delivered-To: mailing list commits@lucenenet.apache.org Received: (qmail 83388 invoked by uid 99); 6 Sep 2014 19:36:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2014 19:36:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8F07AA0C9CA; Sat, 6 Sep 2014 19:36:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: synhershko@apache.org To: commits@lucenenet.apache.org Date: Sat, 06 Sep 2014 19:36:45 -0000 Message-Id: <9a41c926d4284ab89616ca13576056e0@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [34/51] [abbrv] [partial] Cleaning up and getting ready to development towards v4.8 http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/Gallio35.pdb ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/Gallio35.pdb b/lib/Gallio.3.2.750/tools/Gallio35.pdb deleted file mode 100644 index 6d065f0..0000000 Binary files a/lib/Gallio.3.2.750/tools/Gallio35.pdb and /dev/null differ http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/Gallio35.plugin ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/Gallio35.plugin b/lib/Gallio.3.2.750/tools/Gallio35.plugin deleted file mode 100644 index 5c38749..0000000 --- a/lib/Gallio.3.2.750/tools/Gallio35.plugin +++ /dev/null @@ -1,35 +0,0 @@ - - - - Gallio Extensions for .Net 3.5 - 3.2.0.0 - Provides additional Gallio features for use with .Net 3.5. - plugin://Gallio/Resources/Gallio.ico - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/Gallio35.xml ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/Gallio35.xml b/lib/Gallio.3.2.750/tools/Gallio35.xml deleted file mode 100644 index 42cd6bb..0000000 --- a/lib/Gallio.3.2.750/tools/Gallio35.xml +++ /dev/null @@ -1,293 +0,0 @@ - - - - Gallio35 - - - - - Extension methods for delegates. - - - - - Wraps an action as a function that returns a dummy value. - - The function. - - - - Extension methods for . - - - - - Binds the arguments of a function expression. - - The parameter type. - The result type. - The expression. - The argument value. - The bound function. - - - - Binds the arguments of a function expression. - - The first parameter type. - The second parameter type. - The result type. - The expression. - The first argument value. - The second argument value. - The bound function. - - - - Returns true if the expression represents a captured variable within a closure. - - The expression. - True if the expression represents a captured variable. - - - - Returns true if the expression represents a captured variable within a closure. - - The expression. - True if the expression represents a captured variable. - - - - Returns true if the expression represents a captured variable or a parameter. - - The expression. - True if the expression represents a captured variable or a parameter. - - - - Instuments an to intercept intermediate results - from each sub-expression. - - - - - Compiles an expression to introduce trace points. - - The expression type. - The expression tree. - The compiled delegate representing expression. - Thrown if is null. - - - - Rewrites an expression tree to introduce trace points. - - The expression type. - The expression tree. - The compiled delegate representing expression. - Thrown if is null. - - - - Evaluates a sub-expression and collects trace information. - - The return type of the sub-expression. - The sub-expression to evaluate. - The continuation that evaluates the sub-expression. - The result of the evaluation. - - - - Performs different actions depending on the type of visited. - - The visitor result type. - - - - Visits the expression. - - The expression. - The result. - - - - Visits a binary expression. - - The expression. - The result. - - - - Visits a unary expression. - - The expression. - The result. - - - - Visits a call expression. - - The expression. - The result. - - - - Visits a conditional expression. - - The expression. - The result. - - - - Visits a constant expression. - - The expression. - The result. - - - - Visits an invocation expression. - - The expression. - The result. - - - - Visits a lambda expression. - - The expression. - The result. - - - - Visits an list init expression. - - The expression. - The result. - - - - Visits a member access expression. - - The expression. - The result. - - - - Visits a member init expression. - - The expression. - The result. - - - - Visits a new expression. - - The expression. - The result. - - - - Visits a new array expression. - - The expression. - The result. - - - - Visits a parameter expression. - - The expression. - The result. - - - - Visits a type binary expression. - - The expression. - The result. - - - - - Visits an expression of any type that does not have other special behavior. - - - The default implementation throws . - - - The expression. - The result. - - - - The Gallio.Common.Linq namespace contains types for manipulating Linq expressions. - - - - - Evaluates a conditional expression. If the condition evaluates differently - than expected, returns a detailed that - describes the formatted values of relevant sub-expressions within the condtion. - - - - - Evaluates a conditional expression. - - The conditional expression. - The expected result. - The custom assertion message format, or null if none. - The custom assertion message arguments, or null if none. - The assertion failure if the conditional expression evaluated - to a different result than was expected or threw an exception, otherwise null. - Thrown if is null. - - - - A formatting rule for . - - - - Formats expression trees using a more familiar C#-like syntax than - the default. Also recognizes captured variables and displays them - naturally to conceal the implied field access to an anonymous class. - - - Made-up syntax for nodes that cannot be directly represented in C#. - - Power operator: **, as in a ** b - Quote expression: `...`, as in `a + b` - Constants: formatted recursively using other formatters, which may yield unusual syntax - - - - - - - - - - - - - Extensions methods for formatting. - - - - - Formats an object using the default . - - The object to format. - The formatted object. - - - - Formats an object using the specified . - - The object to format. - The formatter to use, or null for the default. - The formatted object. - - - http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/Gallio40.dll ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/Gallio40.dll b/lib/Gallio.3.2.750/tools/Gallio40.dll deleted file mode 100644 index cf3aea2..0000000 Binary files a/lib/Gallio.3.2.750/tools/Gallio40.dll and /dev/null differ http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/Gallio40.pdb ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/Gallio40.pdb b/lib/Gallio.3.2.750/tools/Gallio40.pdb deleted file mode 100644 index 71a0b27..0000000 Binary files a/lib/Gallio.3.2.750/tools/Gallio40.pdb and /dev/null differ http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/Gallio40.plugin ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/Gallio40.plugin b/lib/Gallio.3.2.750/tools/Gallio40.plugin deleted file mode 100644 index 2c40c53..0000000 --- a/lib/Gallio.3.2.750/tools/Gallio40.plugin +++ /dev/null @@ -1,29 +0,0 @@ - - - - Gallio Extensions for .Net 4.0 - 3.2.0.0 - Provides additional Gallio features for use with .Net 4.0. - plugin://Gallio/Resources/Gallio.ico - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/Gallio40.xml ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/Gallio40.xml b/lib/Gallio.3.2.750/tools/Gallio40.xml deleted file mode 100644 index 4743b88..0000000 --- a/lib/Gallio.3.2.750/tools/Gallio40.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - Gallio40 - - - - http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/ICSharpCode.TextEditor.dll ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/ICSharpCode.TextEditor.dll b/lib/Gallio.3.2.750/tools/ICSharpCode.TextEditor.dll deleted file mode 100644 index 47aff41..0000000 Binary files a/lib/Gallio.3.2.750/tools/ICSharpCode.TextEditor.dll and /dev/null differ http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.dll ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.dll b/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.dll deleted file mode 100644 index 39ae2f7..0000000 Binary files a/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.dll and /dev/null differ http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb b/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb deleted file mode 100644 index beabed8..0000000 Binary files a/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.pdb and /dev/null differ http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin ---------------------------------------------------------------------- diff --git a/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin b/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin deleted file mode 100644 index 45f277f..0000000 --- a/lib/Gallio.3.2.750/tools/MbUnit.Compatibility.plugin +++ /dev/null @@ -1,28 +0,0 @@ - - - - MbUnit v3 Extensions for Backwards Compatibility - 3.2.0.0 - Provides extensions for MbUnit v3 to assist with test migration from MbUnit v2. - plugin://MbUnit/Resources/MbUnit.ico - - - - - - - - - - - - - - - - - \ No newline at end of file