Skip to content

Bump gitversion.tool from 5.12.0 to 6.0.2 (#121) #272

Bump gitversion.tool from 5.12.0 to 6.0.2 (#121)

Bump gitversion.tool from 5.12.0 to 6.0.2 (#121) #272

Triggered via push December 15, 2024 13:29
Status Success
Total duration 2m 44s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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/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/BinaryOperation.cs#L22
Dereference of a possibly null reference.
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/Method.cs#L32
Dereference of a possibly null reference.
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)'.