Skip to content

Bump MSTest.TestFramework from 3.4.1 to 3.5.1 #259

Bump MSTest.TestFramework from 3.4.1 to 3.5.1

Bump MSTest.TestFramework from 3.4.1 to 3.5.1 #259

Triggered via pull request August 12, 2024 15:27
Status Success
Total duration 2m 19s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.4.1\dist\codecov.exe' failed with exit code 1
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
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/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)'.
build: GraphEngine/Expressions/Property.cs#L29
Possible null reference argument for parameter 'instance' in 'IndexExpression Expression.Property(Expression instance, string propertyName, params Expression[]? arguments)'.
build: GraphEngine/Expressions/Property.cs#L37
Possible null reference argument for parameter 'expression' in 'MemberExpression Expression.Property(Expression expression, string propertyName)'.
build: GraphEngine/Expressions/Unary.cs#L49
Possible null reference argument for parameter 'type' in 'UnaryExpression Expression.MakeUnary(ExpressionType unaryType, Expression operand, Type type, MethodInfo? method)'.
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)'.