Bump MSTest.TestAdapter from 3.4.1 to 3.5.1 #260
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/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#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/New.cs#L42
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, IEnumerable<Expression>? arguments)'.
|
GraphEngine/Expressions/Field.cs#L18
Possible null reference argument for parameter 'expression' in 'MemberExpression Expression.Field(Expression expression, string fieldName)'.
|
This job succeeded
Loading