CI build fix #2
Annotations
20 warnings
Build Tests:
src/NReco.LambdaParser.Tests/ValueComparerTests.cs#L50
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'SuppressErrorsBehaviour' on type 'ValueComparerTests'. Swap the parameter values.
|
Build Tests:
src/NReco.LambdaParser.Tests/ValueComparerTests.cs#L31
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'DefaultBehaviour' on type 'ValueComparerTests'. Swap the parameter values.
|
Build Tests:
src/NReco.LambdaParser.Tests/ValueComparerTests.cs#L58
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'SqlNullComparisonBehaviour' on type 'ValueComparerTests'. Swap the parameter values.
|
Build Tests:
src/NReco.LambdaParser.Tests/ValueComparerTests.cs#L59
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'SqlNullComparisonBehaviour' on type 'ValueComparerTests'. Swap the parameter values.
|
Build Tests:
src/NReco.LambdaParser.Tests/ValueComparerTests.cs#L60
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'SqlNullComparisonBehaviour' on type 'ValueComparerTests'. Swap the parameter values.
|
Build Tests:
src/NReco.LambdaParser.Tests/LambdaParserTests.cs#L193
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
|
Build Tests:
src/NReco.LambdaParser.Tests/ValueComparerTests.cs#L50
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'SuppressErrorsBehaviour' on type 'ValueComparerTests'. Swap the parameter values.
|
Build Tests:
src/NReco.LambdaParser.Tests/ValueComparerTests.cs#L31
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'DefaultBehaviour' on type 'ValueComparerTests'. Swap the parameter values.
|
Build Tests:
src/NReco.LambdaParser.Tests/ValueComparerTests.cs#L58
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'SqlNullComparisonBehaviour' on type 'ValueComparerTests'. Swap the parameter values.
|
Build Tests:
src/NReco.LambdaParser.Tests/ValueComparerTests.cs#L59
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'SqlNullComparisonBehaviour' on type 'ValueComparerTests'. Swap the parameter values.
|
Build Lib:
src/NReco.LambdaParser/Linq/LambdaParameterWrapper.cs#L28
'LambdaParameterWrapper' defines operator == or operator != but does not override Object.Equals(object o)
|
Build Lib:
src/NReco.LambdaParser/Linq/LambdaParameterWrapper.cs#L28
'LambdaParameterWrapper' defines operator == or operator != but does not override Object.GetHashCode()
|
Build Lib:
src/NReco.LambdaParser/Linq/ValueComparer.cs#L82
The variable 'ex' is declared but never used
|
Build Lib:
src/NReco.LambdaParser/Linq/ILambdaValue.cs#L27
Missing XML comment for publicly visible type or member 'ILambdaValue.Value'
|
Build Lib:
src/NReco.LambdaParser/Linq/LambdaParser.cs#L69
Missing XML comment for publicly visible type or member 'LambdaParser.LambdaParser()'
|
Build Lib:
src/NReco.LambdaParser/Linq/LambdaParser.cs#L77
Missing XML comment for publicly visible type or member 'LambdaParser.LambdaParser(IValueComparer)'
|
Build Lib:
src/NReco.LambdaParser/Linq/LambdaParser.cs#L81
Missing XML comment for publicly visible type or member 'LambdaParser.LambdaParser(IInvokeMethod)'
|
Build Lib:
src/NReco.LambdaParser/Linq/LambdaParser.cs#L85
Missing XML comment for publicly visible type or member 'LambdaParser.LambdaParser(IValueComparer, IInvokeMethod)'
|
Build Lib:
src/NReco.LambdaParser/Linq/LambdaParser.cs#L106
Missing XML comment for publicly visible type or member 'LambdaParser.GetExpressionParameters(Expression)'
|
Build Lib:
src/NReco.LambdaParser/Linq/LambdaParser.cs#L112
Missing XML comment for publicly visible type or member 'LambdaParser.Eval(string, IDictionary<string, object>)'
|
The logs for this run have expired and are no longer available.
Loading