Bump gitversion.tool from 5.12.0 to 6.0.1 #258
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/Catch.cs#L51
Possible null reference argument for parameter 'type' in 'CatchBlock Expression.MakeCatchBlock(Type type, ParameterExpression? variable, Expression body, Expression? filter)'.
|
GraphEngine/BinaryOperation.cs#L22
Dereference of a possibly null reference.
|
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/Expressions/Field.cs#L18
Possible null reference argument for parameter 'expression' in 'MemberExpression Expression.Field(Expression expression, string fieldName)'.
|
GraphEngine/Expressions/New.cs#L42
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, IEnumerable<Expression>? arguments)'.
|
|
This job succeeded
Loading