Bump dotNetRDF from 3.1.1 to 3.2.0 #253
Annotations
13 warnings
|
|
GraphEngine/SerialisingVisitor.cs#L48
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
GraphEngine/SerialisingVisitor.cs#L310
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
GraphEngine/ElementInit.cs#L28
Possible null reference argument for parameter 'addMethod' in 'ElementInit Expression.ElementInit(MethodInfo addMethod, IEnumerable<Expression> arguments)'.
|
GraphEngine/BinaryOperation.cs#L22
Dereference of a possibly null reference.
|
GraphEngine/Catch.cs#L51
Possible null reference argument for parameter 'type' in 'CatchBlock Expression.MakeCatchBlock(Type type, ParameterExpression? variable, Expression body, Expression? filter)'.
|
GraphEngine/Expressions/Call.cs#L60
Possible null reference argument for parameter 'methodName' in 'MethodCallExpression Expression.Call(Type type, string methodName, Type[]? typeArguments, params Expression[]? arguments)'.
|
GraphEngine/Expressions/Call.cs#L65
Dereference of a possibly null reference.
|
GraphEngine/Expressions/Call.cs#L66
Possible null reference argument for parameter 'methodName' in 'MethodCallExpression Expression.Call(Expression instance, string methodName, Type[]? typeArguments, params Expression[]? arguments)'.
|
GraphEngine/Method.cs#L32
Dereference of a possibly null reference.
|
GraphEngine/Expressions/Unary.cs#L49
Possible null reference argument for parameter 'type' in 'UnaryExpression Expression.MakeUnary(ExpressionType unaryType, Expression operand, Type type, MethodInfo? method)'.
|
|
This job succeeded
Loading