Merge remote-tracking branch 'upstream/master' #14
Annotations
10 warnings
build:
test/NCalc.Tests/LambdaTests.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
test/NCalc.Tests/ServiceCollectionExtensionsTests.cs#L175
The event 'ServiceCollectionExtensionsTests.CustomEvaluationVisitor.EvaluateParameter' is never used
|
build:
test/NCalc.Tests/ServiceCollectionExtensionsTests.cs#L215
The event 'ServiceCollectionExtensionsTests.CustomAsyncEvaluationVisitor.EvaluateParameterAsync' is never used
|
build:
test/NCalc.Tests/ServiceCollectionExtensionsTests.cs#L174
The event 'ServiceCollectionExtensionsTests.CustomEvaluationVisitor.EvaluateFunction' is never used
|
build:
test/NCalc.Tests/ServiceCollectionExtensionsTests.cs#L214
The event 'ServiceCollectionExtensionsTests.CustomAsyncEvaluationVisitor.EvaluateFunctionAsync' is never used
|
build:
test/NCalc.Tests/MathTests.cs#L369
Public method 'Should_Correctly_Parse_Floating_Point_Numbers' on test class 'MathsTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
test/NCalc.Tests/MathTests.cs#L369
Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008)
|
build:
test/NCalc.Tests/MathTests.cs#L383
Theory method 'Should_Not_Overflow_Bitwise' on test class 'MathsTests' does not use parameter 'expectedValue'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
test/NCalc.Tests/ServiceCollectionExtensionsTests.cs#L174
The event 'ServiceCollectionExtensionsTests.CustomEvaluationVisitor.EvaluateFunction' is never used
|
build:
test/NCalc.Tests/ServiceCollectionExtensionsTests.cs#L214
The event 'ServiceCollectionExtensionsTests.CustomAsyncEvaluationVisitor.EvaluateFunctionAsync' is never used
|