Bump MSTest.TestFramework from 3.4.1 to 3.4.3 #251
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/Catch.cs#L51
Possible null reference argument for parameter 'type' in 'CatchBlock Expression.MakeCatchBlock(Type type, ParameterExpression? variable, Expression body, Expression? filter)'.
|
GraphEngine/ElementInit.cs#L28
Possible null reference argument for parameter 'addMethod' in 'ElementInit Expression.ElementInit(MethodInfo addMethod, IEnumerable<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)'.
|
GraphEngine/Expressions/Property.cs#L29
Possible null reference argument for parameter 'instance' in 'IndexExpression Expression.Property(Expression instance, string propertyName, params Expression[]? arguments)'.
|
GraphEngine/Expressions/Property.cs#L37
Possible null reference argument for parameter 'expression' in 'MemberExpression Expression.Property(Expression expression, string propertyName)'.
|
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