diff --git a/Core.Net_3_5/Clauses/Expressions/ExtensionExpression.cs b/Core.Net_3_5/Clauses/Expressions/ExtensionExpression.cs
index 4ecde96ed..d9cd70105 100644
--- a/Core.Net_3_5/Clauses/Expressions/ExtensionExpression.cs
+++ b/Core.Net_3_5/Clauses/Expressions/ExtensionExpression.cs
@@ -59,7 +59,6 @@ protected ExtensionExpression (Type type, ExpressionType nodeType)
}
///
- /// Must be overridden by subclasses by calling on all
/// children of this extension node.
///
/// The visitor to visit the child nodes with.
@@ -153,15 +152,12 @@ public Expression ReduceAndCheck ()
}
///
- /// Accepts the specified visitor, by default dispatching to .
- /// Inheritors of the class can override this method in order to dispatch to a specific Visit method.
///
/// The visitor whose Visit method should be invoked.
/// The returned by the visitor.
///
/// Overriders can test the for a specific interface. If the visitor supports the interface, the extension expression
/// can dispatch to the respective strongly-typed Visit method declared in the interface. If it does not, the extension expression should call
- /// the base implementation of , which will dispatch to .
///
protected virtual Expression Accept (ExpressionVisitor visitor)
{
diff --git a/Core/Clauses/Expressions/PartialEvaluationExceptionExpression.cs b/Core/Clauses/Expressions/PartialEvaluationExceptionExpression.cs
index 62ee88ca6..7da3875ca 100644
--- a/Core/Clauses/Expressions/PartialEvaluationExceptionExpression.cs
+++ b/Core/Clauses/Expressions/PartialEvaluationExceptionExpression.cs
@@ -43,7 +43,6 @@ namespace Remotion.Linq.Clauses.Expressions
///
///
/// Subclasses of that do not implement will,
- /// by default, ignore this expression and visit its child expressions via the and
/// methods.
///
///
diff --git a/Core/Clauses/Expressions/VBStringComparisonExpression.cs b/Core/Clauses/Expressions/VBStringComparisonExpression.cs
index af9b3291c..906694998 100644
--- a/Core/Clauses/Expressions/VBStringComparisonExpression.cs
+++ b/Core/Clauses/Expressions/VBStringComparisonExpression.cs
@@ -36,7 +36,6 @@ namespace Remotion.Linq.Clauses.Expressions
///
///
/// Subclasses of that do not implement will, by default,
- /// ignore this expression and visit its child expressions via the and
/// methods.
///
///
diff --git a/Development.Net_3_5.UnitTests/Development.Net_3_5.UnitTests.csproj b/Development.Net_3_5.UnitTests/Development.Net_3_5.UnitTests.csproj
index f3ffe4da5..030aaf1c0 100644
--- a/Development.Net_3_5.UnitTests/Development.Net_3_5.UnitTests.csproj
+++ b/Development.Net_3_5.UnitTests/Development.Net_3_5.UnitTests.csproj
@@ -1,5 +1,6 @@
+
Debug
@@ -41,8 +42,9 @@
..\remotion.snk
-
- ..\packages\NUnit.2.6.3\lib\nunit.framework.dll
+
+ ..\packages\NUnit.3.12.0\lib\net35\nunit.framework.dll
+ True
@@ -110,6 +112,12 @@
+
+
+ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.
+
+
+