Bump gitversion.tool from 5.12.0 to 6.0.0 #255
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/BinaryOperation.cs#L22
Dereference of a possibly null reference.
|
GraphEngine/Method.cs#L32
Dereference of a possibly null reference.
|
GraphEngine/SerialisingVisitor.cs#L174
Dereference of a possibly null reference.
|
GraphEngine/SerialisingVisitor.cs#L285
Possible null reference argument for parameter 'node' in 'Expression SerialisingVisitor.VisitCacheParse(Expression node)'.
|
GraphEngine/SerialisingVisitor.cs#L298
Possible null reference argument for parameter 'node' in 'Expression SerialisingVisitor.VisitCacheParse(Expression node)'.
|
GraphEngine/Expressions/Unary.cs#L49
Possible null reference argument for parameter 'type' in 'UnaryExpression Expression.MakeUnary(ExpressionType unaryType, Expression operand, Type type, MethodInfo? method)'.
|
GraphEngine/SerialisingVisitor.cs#L382
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'System.Reflection.MemberTypes.Constructor' is not covered.
|
GraphEngine/SerialisingVisitor.cs#L397
Possible null reference argument for parameter 'type' in 'Type SerialisingVisitor.VisitType(Type type)'.
|
This job succeeded
Loading