Skip to content

DEV-21884 Upgrade .NET from 8.0.4 to 8.0.6 #151

DEV-21884 Upgrade .NET from 8.0.4 to 8.0.6

DEV-21884 Upgrade .NET from 8.0.4 to 8.0.6 #151

Triggered via push June 3, 2024 09:10
Status Success
Total duration 3m 5s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: FontoXPathCSharp/CompileAstToExpression.cs#L270
Dereference of a possibly null reference.
build: FontoXPathCSharp/CompileAstToExpression.cs#L271
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<Ast>(IEnumerable<Ast> source)'.
build: FontoXPathCSharp/Evaluate.cs#L280
Nullability of reference types in value of type 'Dictionary<string, object>' doesn't match target type 'Dictionary<string, object?>'.
build: FontoXPathCSharp/Evaluate.cs#L282
Argument of type 'Dictionary<string, object?>' cannot be used for parameter 'variablesMap' of type 'Dictionary<string, object>' in 'Dictionary<string, AbstractValue?> ParameterUtils.ConvertToAbstractValueVariables<TNode>(Dictionary<string, object> variablesMap, IDomFacade<TNode> domFacade)' due to differences in the nullability of reference types.
build: FontoXPathCSharp/CompileAstToExpression.cs#L415
Dereference of a possibly null reference.
build: FontoXPathCSharp/CompileAstToExpression.cs#L422
Possible null reference argument for parameter 'ast' in 'AbstractExpression<TNode> CompileAstToExpression<TNode>.CompileAst(Ast ast, CompilationOptions options)'.
build: FontoXPathCSharp/CompileAstToExpression.cs#L422
Possible null reference argument for parameter 'Name' in 'InClause<TNode>.InClause(QName Name, AbstractExpression<TNode> SourceExpr)'.
build: FontoXPathCSharp/CompileAstToExpression.cs#L429
Possible null reference argument for parameter 'ast' in 'AbstractExpression<TNode> CompileAstToExpression<TNode>.CompileAst(Ast ast, CompilationOptions options)'.
build: FontoXPathCSharp/CompileAstToExpression.cs#L437
Dereference of a possibly null reference.
build: FontoXPathCSharp/CompileAstToExpression.cs#L442
Cannot convert null literal to non-nullable reference type.