Skip to content

Instantly share code, notes, and snippets.

@decriptor
Created February 24, 2014 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save decriptor/9191845 to your computer and use it in GitHub Desktop.
Save decriptor/9191845 to your computer and use it in GitHub Desktop.
/Moq4/Moq4/Linq/FluentMockVisitor.cs(86,33): error CS0508: `Moq.Linq.FluentMockVisitor.VisitParameter(System.Linq.Expressions.ParameterExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitParameter(System.Linq.Expressions.ParameterExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Linq/FluentMockVisitor.cs(97,33): error CS0508: `Moq.Linq.FluentMockVisitor.VisitMethodCall(System.Linq.Expressions.MethodCallExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitMethodCall(System.Linq.Expressions.MethodCallExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Linq/FluentMockVisitor.cs(115,33): error CS0115: `Moq.Linq.FluentMockVisitor.VisitMember(System.Linq.Expressions.MemberExpression)' is marked as an override but no suitable method found to override
/Moq4/Moq4/Mock.cs(810,43): error CS0508: `Moq.Mock.FluentMockVisitor.VisitParameter(System.Linq.Expressions.ParameterExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitParameter(System.Linq.Expressions.ParameterExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Mock.cs(818,43): error CS0508: `Moq.Mock.FluentMockVisitor.VisitMethodCall(System.Linq.Expressions.MethodCallExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitMethodCall(System.Linq.Expressions.MethodCallExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Mock.cs(838,43): error CS0115: `Moq.Mock.FluentMockVisitor.VisitMember(System.Linq.Expressions.MemberExpression)' is marked as an override but no suitable method found to override
/Moq4/Moq4/Linq/MockSetupsBuilder.cs(64,33): error CS0508: `Moq.Linq.MockSetupsBuilder.VisitBinary(System.Linq.Expressions.BinaryExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitBinary(System.Linq.Expressions.BinaryExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Linq/MockSetupsBuilder.cs(89,33): error CS0508: `Moq.Linq.MockSetupsBuilder.VisitConstant(System.Linq.Expressions.ConstantExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitConstant(System.Linq.Expressions.ConstantExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Linq/MockSetupsBuilder.cs(102,33): error CS0115: `Moq.Linq.MockSetupsBuilder.VisitMember(System.Linq.Expressions.MemberExpression)' is marked as an override but no suitable method found to override
/Moq4/Moq4/Linq/MockSetupsBuilder.cs(112,33): error CS0508: `Moq.Linq.MockSetupsBuilder.VisitMethodCall(System.Linq.Expressions.MethodCallExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitMethodCall(System.Linq.Expressions.MethodCallExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Linq/MockSetupsBuilder.cs(141,33): error CS0508: `Moq.Linq.MockSetupsBuilder.VisitUnary(System.Linq.Expressions.UnaryExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitUnary(System.Linq.Expressions.UnaryExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/ExpressionExtensions.cs(280,34): error CS0508: `Moq.ExpressionExtensions.RemoveMatcherConvertVisitor.VisitUnary(System.Linq.Expressions.UnaryExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitUnary(System.Linq.Expressions.UnaryExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Evaluator.cs(93,31): error CS0508: `Moq.Evaluator.SubtreeEvaluator.Visit(System.Linq.Expressions.Expression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Evaluator.cs(93,31): error CS0507: `Moq.Evaluator.SubtreeEvaluator.Visit(System.Linq.Expressions.Expression)': cannot change access modifiers when overriding `protected' inherited member `System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Evaluator.cs(140,31): error CS0508: `Moq.Evaluator.Nominator.Visit(System.Linq.Expressions.Expression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Evaluator.cs(140,31): error CS0507: `Moq.Evaluator.Nominator.Visit(System.Linq.Expressions.Expression)': cannot change access modifiers when overriding `protected' inherited member `System.Linq.Expressions.ExpressionVisitor.Visit(System.Linq.Expressions.Expression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
/Moq4/Moq4/Interceptor.cs(248,34): error CS0508: `Moq.Interceptor.ConstantsVisitor.VisitConstant(System.Linq.Expressions.ConstantExpression)': return type must be `void' to match overridden member `System.Linq.Expressions.ExpressionVisitor.VisitConstant(System.Linq.Expressions.ConstantExpression)'
/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll (Location of the symbol related to previous error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment