Skip to content

Bump MSTest.TestFramework from 3.1.1 to 3.2.0 in /GraphEngine.Tests #205

Bump MSTest.TestFramework from 3.1.1 to 3.2.0 in /GraphEngine.Tests

Bump MSTest.TestFramework from 3.1.1 to 3.2.0 in /GraphEngine.Tests #205

Triggered via pull request January 25, 2024 16:32
Status Success
Total duration 1m 46s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, codecov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: GraphEngine/SerialisingVisitor.cs#L48
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
build: GraphEngine/SerialisingVisitor.cs#L310
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
build: GraphEngine/BinaryOperation.cs#L22
Dereference of a possibly null reference.
build: GraphEngine/Catch.cs#L51
Possible null reference argument for parameter 'type' in 'CatchBlock Expression.MakeCatchBlock(Type type, ParameterExpression? variable, Expression body, Expression? filter)'.
build: GraphEngine/ElementInit.cs#L28
Possible null reference argument for parameter 'addMethod' in 'ElementInit Expression.ElementInit(MethodInfo addMethod, IEnumerable<Expression> arguments)'.
build: 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)'.
build: GraphEngine/Expressions/Call.cs#L65
Dereference of a possibly null reference.
build: 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)'.
build: GraphEngine/Expressions/Field.cs#L18
Possible null reference argument for parameter 'expression' in 'MemberExpression Expression.Field(Expression expression, string fieldName)'.
build: GraphEngine/Expressions/New.cs#L42
Possible null reference argument for parameter 'constructor' in 'NewExpression Expression.New(ConstructorInfo constructor, IEnumerable<Expression>? arguments)'.